Html Css Color HEX #CA7AD8 Orchid

📋 copy color: '#CA7AD8'

red 202 ◦ green 122 ◦ blue 216

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

Shades of Orchid #CA7AD8

Tints of Orchid #CA7AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.59%

 BLUE value IS 216 (84.77% from 255) = 40%

R = 37.41%
G = 22.59%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA7AD8 (or 0xCA7AD8) is known color: Orchid. HEX triplet: CA, 7A and D8. RGB value is (202,122,216). Sum of RGB (Red+Green+Blue) = 202+122+216=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA7AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AD8 is #358527. Grayscale: #9C9C9C. Windows color (decimal): -3507496 or 14187210. OLE color: 14187210.

HSL color Cylindrical-coordinate representation of color #CA7AD8: hue angle of 291.06º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7AD8 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 122 216 -
CMYK 0.06 0.44 0 0.15
HSL 291.06º 0.55% 0.66% -
HSV(B) 291.06º 0.44% 0.85% -
XYZ 43.71 31.43 68.73 -
YUV 156.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 202 122 216 0.06 0.44 0 0.15 291.06 0.55 0.66
Hex CA 7A D8 6 2C 0 F 123 37 42
Octal 312 172 330 6 54 0 17 443 67 102
Binary 11001010 1111010 11011000 110 101100 0 1111 100100011 110111 1000010

Color Harmonies of #CA7AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AD8

Black with #CA7AD8

Text Example


Text Example

White with #CA7AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AD8; }

 p { color: rgb(202,122,216); }

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

background-color css

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

 a { background-color: rgb(202,122,216); }

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

border-color css

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

 span { border-color: rgb(202,122,216); }

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