Html Css Color HEX #CA6CDD Orchid

📋 copy color: '#CA6CDD'

red 202 ◦ green 108 ◦ blue 221

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

Shades of Orchid #CA6CDD

Tints of Orchid #CA6CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.34%

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

R = 38.04%
G = 20.34%
B = 41.62%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA6CDD (or 0xCA6CDD) is known color: Orchid. HEX triplet: CA, 6C and DD. RGB value is (202,108,221). Sum of RGB (Red+Green+Blue) = 202+108+221=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDD is #359322. Grayscale: #949494. Windows color (decimal): -3511075 or 14511306. OLE color: 14511306.

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

Color convert

RGB 202 108 221 -
CMYK 0.09 0.51 0 0.13
HSL 289.91º 0.62% 0.65% -
HSV(B) 289.91º 0.51% 0.87% -
XYZ 42.77 28.5 71.65 -
YUV 148.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 202 108 221 0.09 0.51 0 0.13 289.91 0.62 0.65
Hex CA 6C DD 9 33 0 D 122 3E 41
Octal 312 154 335 11 63 0 15 442 76 101
Binary 11001010 1101100 11011101 1001 110011 0 1101 100100010 111110 1000001

Color Harmonies of #CA6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CDD

Black with #CA6CDD

Text Example


Text Example

White with #CA6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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