Html Css Color HEX #CA70BE Orchid

📋 copy color: '#CA70BE'

red 202 ◦ green 112 ◦ blue 190

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

Shades of Orchid #CA70BE

Tints of Orchid #CA70BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 40.08%
G = 22.22%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA70BE (or 0xCA70BE) is known color: Orchid. HEX triplet: CA, 70 and BE. RGB value is (202,112,190). Sum of RGB (Red+Green+Blue) = 202+112+190=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70BE is #358F41. Grayscale: #939393. Windows color (decimal): -3510082 or 12480714. OLE color: 12480714.

HSL color Cylindrical-coordinate representation of color #CA70BE: hue angle of 308º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA70BE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 190 -
CMYK 0 0.45 0.06 0.21
HSL 308º 0.46% 0.62% -
HSV(B) 308º 0.45% 0.79% -
XYZ 39.45 27.86 52.01 -
YUV 147.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 202 112 190 0 0.45 0.06 0.21 308 0.46 0.62
Hex CA 70 BE 0 2D 6 15 134 2E 3E
Octal 312 160 276 0 55 6 25 464 56 76
Binary 11001010 1110000 10111110 0 101101 110 10101 100110100 101110 111110

Color Harmonies of #CA70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70BE

Black with #CA70BE

Text Example


Text Example

White with #CA70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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