Html Css Color HEX #CA6FDC Orchid

📋 copy color: '#CA6FDC'

red 202 ◦ green 111 ◦ blue 220

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

Shades of Orchid #CA6FDC

Tints of Orchid #CA6FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 37.9%
G = 20.83%
B = 41.28%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA6FDC (or 0xCA6FDC) is known color: Orchid. HEX triplet: CA, 6F and DC. RGB value is (202,111,220). Sum of RGB (Red+Green+Blue) = 202+111+220=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDC is #359023. Grayscale: #969696. Windows color (decimal): -3510308 or 14446538. OLE color: 14446538.

HSL color Cylindrical-coordinate representation of color #CA6FDC: hue angle of 290.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6FDC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 111 220 -
CMYK 0.08 0.50 0 0.14
HSL 290.09º 0.61% 0.65% -
HSV(B) 290.09º 0.5% 0.86% -
XYZ 42.96 29.09 71.06 -
YUV 150.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 202 111 220 0.08 0.50 0 0.14 290.09 0.61 0.65
Hex CA 6F DC 8 32 0 E 122 3D 41
Octal 312 157 334 10 62 0 16 442 75 101
Binary 11001010 1101111 11011100 1000 110010 0 1110 100100010 111101 1000001

Color Harmonies of #CA6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FDC

Black with #CA6FDC

Text Example


Text Example

White with #CA6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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