Html Css Color HEX #CA70D0 Orchid

📋 copy color: '#CA70D0'

red 202 ◦ green 112 ◦ blue 208

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

Shades of Orchid #CA70D0

Tints of Orchid #CA70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 38.7%
G = 21.46%
B = 39.85%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA70D0 (or 0xCA70D0) is known color: Orchid. HEX triplet: CA, 70 and D0. RGB value is (202,112,208). Sum of RGB (Red+Green+Blue) = 202+112+208=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D0 is #358F2F. Grayscale: #959595. Windows color (decimal): -3510064 or 13660362. OLE color: 13660362.

HSL color Cylindrical-coordinate representation of color #CA70D0: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA70D0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 112 208 -
CMYK 0.03 0.46 0 0.18
HSL 296.25º 0.51% 0.63% -
HSV(B) 296.25º 0.46% 0.82% -
XYZ 41.54 28.7 63.02 -
YUV 149.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 202 112 208 0.03 0.46 0 0.18 296.25 0.51 0.63
Hex CA 70 D0 3 2E 0 12 128 33 3F
Octal 312 160 320 3 56 0 22 450 63 77
Binary 11001010 1110000 11010000 11 101110 0 10010 100101000 110011 111111

Color Harmonies of #CA70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70D0

Black with #CA70D0

Text Example


Text Example

White with #CA70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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