Html Css Color HEX #CA70BD Orchid

📋 copy color: '#CA70BD'

red 202 ◦ green 112 ◦ blue 189

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

Shades of Orchid #CA70BD

Tints of Orchid #CA70BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 40.16%
G = 22.27%
B = 37.57%

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

#CA70BD (or 0xCA70BD) is known color: Orchid. HEX triplet: CA, 70 and BD. RGB value is (202,112,189). Sum of RGB (Red+Green+Blue) = 202+112+189=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70BD is #358F42. Grayscale: #939393. Windows color (decimal): -3510083 or 12415178. OLE color: 12415178.

HSL color Cylindrical-coordinate representation of color #CA70BD: hue angle of 308.67º 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 #CA70BD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 189 -
CMYK 0 0.45 0.06 0.21
HSL 308.67º 0.46% 0.62% -
HSV(B) 308.67º 0.45% 0.79% -
XYZ 39.34 27.82 51.44 -
YUV 147.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 202 112 189 0 0.45 0.06 0.21 308.67 0.46 0.62
Hex CA 70 BD 0 2D 6 15 135 2E 3E
Octal 312 160 275 0 55 6 25 465 56 76
Binary 11001010 1110000 10111101 0 101101 110 10101 100110101 101110 111110

Color Harmonies of #CA70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70BD

Black with #CA70BD

Text Example


Text Example

White with #CA70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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