Html Css Color HEX #CA74CF Orchid

📋 copy color: '#CA74CF'

red 202 ◦ green 116 ◦ blue 207

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

Shades of Orchid #CA74CF

Tints of Orchid #CA74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 38.48%
G = 22.1%
B = 39.43%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA74CF (or 0xCA74CF) is known color: Orchid. HEX triplet: CA, 74 and CF. RGB value is (202,116,207). Sum of RGB (Red+Green+Blue) = 202+116+207=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74CF is #358B30. Grayscale: #979797. Windows color (decimal): -3509041 or 13595850. OLE color: 13595850.

HSL color Cylindrical-coordinate representation of color #CA74CF: hue angle of 296.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA74CF is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 116 207 -
CMYK 0.02 0.44 0 0.19
HSL 296.7º 0.49% 0.63% -
HSV(B) 296.7º 0.44% 0.81% -
XYZ 41.87 29.55 62.53 -
YUV 152.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 202 116 207 0.02 0.44 0 0.19 296.7 0.49 0.63
Hex CA 74 CF 2 2C 0 13 129 31 3F
Octal 312 164 317 2 54 0 23 451 61 77
Binary 11001010 1110100 11001111 10 101100 0 10011 100101001 110001 111111

Color Harmonies of #CA74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74CF

Black with #CA74CF

Text Example


Text Example

White with #CA74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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