Html Css Color HEX #CA7FDD Orchid

📋 copy color: '#CA7FDD'

red 202 ◦ green 127 ◦ blue 221

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

Shades of Orchid #CA7FDD

Tints of Orchid #CA7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

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

R = 36.73%
G = 23.09%
B = 40.18%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7FDD (or 0xCA7FDD) is known color: Orchid. HEX triplet: CA, 7F and DD. RGB value is (202,127,221). Sum of RGB (Red+Green+Blue) = 202+127+221=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDD is #358022. Grayscale: #9F9F9F. Windows color (decimal): -3506211 or 14516170. OLE color: 14516170.

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

Color convert

RGB 202 127 221 -
CMYK 0.09 0.43 0 0.13
HSL 287.87º 0.58% 0.68% -
HSV(B) 287.87º 0.43% 0.87% -
XYZ 45 32.96 72.4 -
YUV 160.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 202 127 221 0.09 0.43 0 0.13 287.87 0.58 0.68
Hex CA 7F DD 9 2B 0 D 120 3A 44
Octal 312 177 335 11 53 0 15 440 72 104
Binary 11001010 1111111 11011101 1001 101011 0 1101 100100000 111010 1000100

Color Harmonies of #CA7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FDD

Black with #CA7FDD

Text Example


Text Example

White with #CA7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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