Html Css Color HEX #CD70CC Orchid

📋 copy color: '#CD70CC'

red 205 ◦ green 112 ◦ blue 204

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

Shades of Orchid #CD70CC

Tints of Orchid #CD70CC

RGB

 RED value IS 205 (80.47% from 255) = 39.35%

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

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

R = 39.35%
G = 21.5%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD70CC (or 0xCD70CC) is known color: Orchid. HEX triplet: CD, 70 and CC. RGB value is (205,112,204). Sum of RGB (Red+Green+Blue) = 205+112+204=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CC is #328F33. Grayscale: #969696. Windows color (decimal): -3313460 or 13398221. OLE color: 13398221.

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

Color convert

RGB 205 112 204 -
CMYK 0 0.45 0.00 0.20
HSL 300.65º 0.48% 0.62% -
HSV(B) 300.65º 0.45% 0.8% -
XYZ 41.87 28.93 60.5 -
YUV 150.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 205 112 204 0 0.45 0.00 0.20 300.65 0.48 0.62
Hex CD 70 CC 0 2D 0 14 12D 30 3E
Octal 315 160 314 0 55 0 24 455 60 76
Binary 11001101 1110000 11001100 0 101101 0 10100 100101101 110000 111110

Color Harmonies of #CD70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70CC

Black with #CD70CC

Text Example


Text Example

White with #CD70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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