Html Css Color HEX #CA70DC Orchid

📋 copy color: '#CA70DC'

red 202 ◦ green 112 ◦ blue 220

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

Shades of Orchid #CA70DC

Tints of Orchid #CA70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

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

R = 37.83%
G = 20.97%
B = 41.2%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA70DC (or 0xCA70DC) is known color: Orchid. HEX triplet: CA, 70 and DC. RGB value is (202,112,220). Sum of RGB (Red+Green+Blue) = 202+112+220=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70DC is #358F23. Grayscale: #969696. Windows color (decimal): -3510052 or 14446794. OLE color: 14446794.

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

Color convert

RGB 202 112 220 -
CMYK 0.08 0.49 0 0.14
HSL 290º 0.61% 0.65% -
HSV(B) 290º 0.49% 0.86% -
XYZ 43.07 29.31 71.1 -
YUV 151.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 202 112 220 0.08 0.49 0 0.14 290 0.61 0.65
Hex CA 70 DC 8 31 0 E 122 3D 41
Octal 312 160 334 10 61 0 16 442 75 101
Binary 11001010 1110000 11011100 1000 110001 0 1110 100100010 111101 1000001

Color Harmonies of #CA70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70DC

Black with #CA70DC

Text Example


Text Example

White with #CA70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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