Html Css Color HEX #CA70CC Orchid

📋 copy color: '#CA70CC'

red 202 ◦ green 112 ◦ blue 204

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

Shades of Orchid #CA70CC

Tints of Orchid #CA70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 39%
G = 21.62%
B = 39.38%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA70CC (or 0xCA70CC) is known color: Orchid. HEX triplet: CA, 70 and CC. RGB value is (202,112,204). Sum of RGB (Red+Green+Blue) = 202+112+204=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70CC is #358F33. Grayscale: #959595. Windows color (decimal): -3510068 or 13398218. OLE color: 13398218.

HSL color Cylindrical-coordinate representation of color #CA70CC: hue angle of 298.7º degrees, saturation: 0.47, 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 #CA70CC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 112 204 -
CMYK 0.01 0.45 0 0.2
HSL 298.7º 0.47% 0.62% -
HSV(B) 298.7º 0.45% 0.8% -
XYZ 41.05 28.5 60.47 -
YUV 149.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 202 112 204 0.01 0.45 0 0.2 298.7 0.47 0.62
Hex CA 70 CC 1 2D 0 14 12B 2F 3E
Octal 312 160 314 1 55 0 24 453 57 76
Binary 11001010 1110000 11001100 1 101101 0 10100 100101011 101111 111110

Color Harmonies of #CA70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA70CC

Black with #CA70CC

Text Example


Text Example

White with #CA70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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