Html Css Color HEX #CA7CD2 Orchid

📋 copy color: '#CA7CD2'

red 202 ◦ green 124 ◦ blue 210

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

Shades of Orchid #CA7CD2

Tints of Orchid #CA7CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 37.69%
G = 23.13%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA7CD2 (or 0xCA7CD2) is known color: Orchid. HEX triplet: CA, 7C and D2. RGB value is (202,124,210). Sum of RGB (Red+Green+Blue) = 202+124+210=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA7CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CD2 is #35832D. Grayscale: #9C9C9C. Windows color (decimal): -3506990 or 13794506. OLE color: 13794506.

HSL color Cylindrical-coordinate representation of color #CA7CD2: hue angle of 294.42º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7CD2 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 124 210 -
CMYK 0.04 0.41 0 0.18
HSL 294.42º 0.49% 0.65% -
HSV(B) 294.42º 0.41% 0.82% -
XYZ 43.2 31.63 64.8 -
YUV 157.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 202 124 210 0.04 0.41 0 0.18 294.42 0.49 0.65
Hex CA 7C D2 4 29 0 12 126 31 41
Octal 312 174 322 4 51 0 22 446 61 101
Binary 11001010 1111100 11010010 100 101001 0 10010 100100110 110001 1000001

Color Harmonies of #CA7CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CD2

Black with #CA7CD2

Text Example


Text Example

White with #CA7CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CD2; }

 p { color: rgb(202,124,210); }

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

background-color css

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

 a { background-color: rgb(202,124,210); }

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

border-color css

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

 span { border-color: rgb(202,124,210); }

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