Html Css Color HEX #CA70E0 Orchid

📋 copy color: '#CA70E0'

red 202 ◦ green 112 ◦ blue 224

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

Shades of Orchid #CA70E0

Tints of Orchid #CA70E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.64%

R = 37.55%
G = 20.82%
B = 41.64%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA70E0 (or 0xCA70E0) is known color: Orchid. HEX triplet: CA, 70 and E0. RGB value is (202,112,224). Sum of RGB (Red+Green+Blue) = 202+112+224=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA70E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70E0 is #358F1F. Grayscale: #979797. Windows color (decimal): -3510048 or 14708938. OLE color: 14708938.

HSL color Cylindrical-coordinate representation of color #CA70E0: hue angle of 288.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA70E0 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 112 224 -
CMYK 0.10 0.50 0 0.12
HSL 288.21º 0.64% 0.66% -
HSV(B) 288.21º 0.5% 0.88% -
XYZ 43.61 29.53 73.92 -
YUV 151.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 202 112 224 0.10 0.50 0 0.12 288.21 0.64 0.66
Hex CA 70 E0 A 32 0 C 120 40 42
Octal 312 160 340 12 62 0 14 440 100 102
Binary 11001010 1110000 11100000 1010 110010 0 1100 100100000 1000000 1000010

Color Harmonies of #CA70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70E0

Black with #CA70E0

Text Example


Text Example

White with #CA70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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