Html Css Color HEX #CA70CD Orchid

📋 copy color: '#CA70CD'

red 202 ◦ green 112 ◦ blue 205

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

Shades of Orchid #CA70CD

Tints of Orchid #CA70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 38.92%
G = 21.58%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA70CD (or 0xCA70CD) is known color: Orchid. HEX triplet: CA, 70 and CD. RGB value is (202,112,205). Sum of RGB (Red+Green+Blue) = 202+112+205=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70CD is #358F32. Grayscale: #959595. Windows color (decimal): -3510067 or 13463754. OLE color: 13463754.

HSL color Cylindrical-coordinate representation of color #CA70CD: hue angle of 298.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA70CD is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 112 205 -
CMYK 0.01 0.45 0 0.20
HSL 298.06º 0.48% 0.62% -
HSV(B) 298.06º 0.45% 0.8% -
XYZ 41.17 28.55 61.1 -
YUV 149.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 202 112 205 0.01 0.45 0 0.20 298.06 0.48 0.62
Hex CA 70 CD 1 2D 0 14 12A 30 3E
Octal 312 160 315 1 55 0 24 452 60 76
Binary 11001010 1110000 11001101 1 101101 0 10100 100101010 110000 111110

Color Harmonies of #CA70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70CD

Black with #CA70CD

Text Example


Text Example

White with #CA70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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