Html Css Color HEX #CA74DC Orchid

📋 copy color: '#CA74DC'

red 202 ◦ green 116 ◦ blue 220

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

Shades of Orchid #CA74DC

Tints of Orchid #CA74DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 37.55%
G = 21.56%
B = 40.89%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA74DC (or 0xCA74DC) is known color: Orchid. HEX triplet: CA, 74 and DC. RGB value is (202,116,220). Sum of RGB (Red+Green+Blue) = 202+116+220=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74DC is #358B23. Grayscale: #999999. Windows color (decimal): -3509028 or 14447818. OLE color: 14447818.

HSL color Cylindrical-coordinate representation of color #CA74DC: hue angle of 289.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA74DC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 116 220 -
CMYK 0.08 0.47 0 0.14
HSL 289.62º 0.6% 0.66% -
HSV(B) 289.62º 0.47% 0.86% -
XYZ 43.52 30.21 71.25 -
YUV 153.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 202 116 220 0.08 0.47 0 0.14 289.62 0.6 0.66
Hex CA 74 DC 8 2F 0 E 122 3C 42
Octal 312 164 334 10 57 0 16 442 74 102
Binary 11001010 1110100 11011100 1000 101111 0 1110 100100010 111100 1000010

Color Harmonies of #CA74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74DC

Black with #CA74DC

Text Example


Text Example

White with #CA74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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