Html Css Color HEX #CA6FDD Orchid

📋 copy color: '#CA6FDD'

red 202 ◦ green 111 ◦ blue 221

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

Shades of Orchid #CA6FDD

Tints of Orchid #CA6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.79%

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

R = 37.83%
G = 20.79%
B = 41.39%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA6FDD (or 0xCA6FDD) is known color: Orchid. HEX triplet: CA, 6F and DD. RGB value is (202,111,221). Sum of RGB (Red+Green+Blue) = 202+111+221=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDD is #359022. Grayscale: #969696. Windows color (decimal): -3510307 or 14512074. OLE color: 14512074.

HSL color Cylindrical-coordinate representation of color #CA6FDD: hue angle of 289.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6FDD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 111 221 -
CMYK 0.09 0.50 0 0.13
HSL 289.64º 0.62% 0.65% -
HSV(B) 289.64º 0.5% 0.87% -
XYZ 43.09 29.15 71.76 -
YUV 150.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 202 111 221 0.09 0.50 0 0.13 289.64 0.62 0.65
Hex CA 6F DD 9 32 0 D 122 3E 41
Octal 312 157 335 11 62 0 15 442 76 101
Binary 11001010 1101111 11011101 1001 110010 0 1101 100100010 111110 1000001

Color Harmonies of #CA6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FDD

Black with #CA6FDD

Text Example


Text Example

White with #CA6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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