Html Css Color HEX #CA7CDD Orchid

📋 copy color: '#CA7CDD'

red 202 ◦ green 124 ◦ blue 221

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

Shades of Orchid #CA7CDD

Tints of Orchid #CA7CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 36.93%
G = 22.67%
B = 40.4%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7CDD (or 0xCA7CDD) is known color: Orchid. HEX triplet: CA, 7C and DD. RGB value is (202,124,221). Sum of RGB (Red+Green+Blue) = 202+124+221=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CDD is #358322. Grayscale: #9E9E9E. Windows color (decimal): -3506979 or 14515402. OLE color: 14515402.

HSL color Cylindrical-coordinate representation of color #CA7CDD: hue angle of 288.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7CDD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 124 221 -
CMYK 0.09 0.44 0 0.13
HSL 288.25º 0.59% 0.68% -
HSV(B) 288.25º 0.44% 0.87% -
XYZ 44.62 32.19 72.27 -
YUV 158.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 202 124 221 0.09 0.44 0 0.13 288.25 0.59 0.68
Hex CA 7C DD 9 2C 0 D 120 3B 44
Octal 312 174 335 11 54 0 15 440 73 104
Binary 11001010 1111100 11011101 1001 101100 0 1101 100100000 111011 1000100

Color Harmonies of #CA7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CDD

Black with #CA7CDD

Text Example


Text Example

White with #CA7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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