Html Css Color HEX #CA70E3 Orchid

📋 copy color: '#CA70E3'

red 202 ◦ green 112 ◦ blue 227

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

Shades of Orchid #CA70E3

Tints of Orchid #CA70E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.96%

R = 37.34%
G = 20.7%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA70E3 (or 0xCA70E3) is known color: Orchid. HEX triplet: CA, 70 and E3. RGB value is (202,112,227). Sum of RGB (Red+Green+Blue) = 202+112+227=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA70E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70E3 is #358F1C. Grayscale: #979797. Windows color (decimal): -3510045 or 14905546. OLE color: 14905546.

HSL color Cylindrical-coordinate representation of color #CA70E3: hue angle of 286.96º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA70E3 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 112 227 -
CMYK 0.11 0.51 0 0.11
HSL 286.96º 0.67% 0.66% -
HSV(B) 286.96º 0.51% 0.89% -
XYZ 44.02 29.69 76.08 -
YUV 152.02 170.32 163.65 -
System Red Green Blue C M Y K H S L
Decimal 202 112 227 0.11 0.51 0 0.11 286.96 0.67 0.66
Hex CA 70 E3 B 33 0 B 11F 43 42
Octal 312 160 343 13 63 0 13 437 103 102
Binary 11001010 1110000 11100011 1011 110011 0 1011 100011111 1000011 1000010

Color Harmonies of #CA70E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70E3

Black with #CA70E3

Text Example


Text Example

White with #CA70E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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