Html Css Color HEX #CA7AD6 Orchid

📋 copy color: '#CA7AD6'

red 202 ◦ green 122 ◦ blue 214

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

Shades of Orchid #CA7AD6

Tints of Orchid #CA7AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 37.55%
G = 22.68%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA7AD6 (or 0xCA7AD6) is known color: Orchid. HEX triplet: CA, 7A and D6. RGB value is (202,122,214). Sum of RGB (Red+Green+Blue) = 202+122+214=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AD6 is #358529. Grayscale: #9C9C9C. Windows color (decimal): -3507498 or 14056138. OLE color: 14056138.

HSL color Cylindrical-coordinate representation of color #CA7AD6: hue angle of 292.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7AD6 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 122 214 -
CMYK 0.06 0.43 0 0.16
HSL 292.17º 0.53% 0.66% -
HSV(B) 292.17º 0.43% 0.84% -
XYZ 43.45 31.33 67.38 -
YUV 156.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 202 122 214 0.06 0.43 0 0.16 292.17 0.53 0.66
Hex CA 7A D6 6 2B 0 10 124 35 42
Octal 312 172 326 6 53 0 20 444 65 102
Binary 11001010 1111010 11010110 110 101011 0 10000 100100100 110101 1000010

Color Harmonies of #CA7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AD6

Black with #CA7AD6

Text Example


Text Example

White with #CA7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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