Html Css Color HEX #CA7DD6 Orchid

📋 copy color: '#CA7DD6'

red 202 ◦ green 125 ◦ blue 214

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

Shades of Orchid #CA7DD6

Tints of Orchid #CA7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

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

R = 37.34%
G = 23.11%
B = 39.56%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA7DD6 (or 0xCA7DD6) is known color: Orchid. HEX triplet: CA, 7D and D6. RGB value is (202,125,214). Sum of RGB (Red+Green+Blue) = 202+125+214=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DD6 is #358229. Grayscale: #9D9D9D. Windows color (decimal): -3506730 or 14056906. OLE color: 14056906.

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

Color convert

RGB 202 125 214 -
CMYK 0.06 0.42 0 0.16
HSL 291.91º 0.52% 0.66% -
HSV(B) 291.91º 0.42% 0.84% -
XYZ 43.83 32.08 67.5 -
YUV 158.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 202 125 214 0.06 0.42 0 0.16 291.91 0.52 0.66
Hex CA 7D D6 6 2A 0 10 124 34 42
Octal 312 175 326 6 52 0 20 444 64 102
Binary 11001010 1111101 11010110 110 101010 0 10000 100100100 110100 1000010

Color Harmonies of #CA7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DD6

Black with #CA7DD6

Text Example


Text Example

White with #CA7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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