Html Css Color HEX #CA74E0 Orchid

📋 copy color: '#CA74E0'

red 202 ◦ green 116 ◦ blue 224

#CA74E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA74E0

Tints of Orchid #CA74E0

RGB

 RED value IS 202 (79.3% from 255) = 37.27%

 GREEN value IS 116 (45.7% from 255) = 21.4%

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 37.27%
G = 21.4%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA74E0 (or 0xCA74E0) is known color: Orchid. HEX triplet: CA, 74 and E0. RGB value is (202,116,224). Sum of RGB (Red+Green+Blue) = 202+116+224=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA74E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74E0 is #358B1F. Grayscale: #999999. Windows color (decimal): -3509024 or 14709962. OLE color: 14709962.

HSL color Cylindrical-coordinate representation of color #CA74E0: hue angle of 287.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA74E0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 116 224 -
CMYK 0.10 0.48 0 0.12
HSL 287.78º 0.64% 0.67% -
HSV(B) 287.78º 0.48% 0.88% -
XYZ 44.06 30.43 74.07 -
YUV 154.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 202 116 224 0.10 0.48 0 0.12 287.78 0.64 0.67
Hex CA 74 E0 A 30 0 C 120 40 43
Octal 312 164 340 12 60 0 14 440 100 103
Binary 11001010 1110100 11100000 1010 110000 0 1100 100100000 1000000 1000011

Color Harmonies of #CA74E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74E0

Black with #CA74E0

Text Example


Text Example

White with #CA74E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74E0; }

 p { color: rgb(202,116,224); }

 H1.HeaderClassName
 {
   color: #CA74E0;
 }
 .AnyTagClassName
 {
   color: #CA74E0;
 }
</style>

background-color css

<style>
 a { background-color: #CA74E0; }

 a { background-color: rgb(202,116,224); }

 div.DivClassName
 {
   background-color: #CA74E0;
 }
 .BgClassName
 {
   background-color: #CA74E0;
 }
</style>

border-color css

<style>
 span { border-color: #CA74E0; }

 span { border-color: rgb(202,116,224); }

 td.TdClassName
 {
   border-color: #CA74E0;
 }
 .TagClassName
 {
   border-color: #CA74E0;
 }
</style>