Html Css Color HEX #CD70C9 Orchid

📋 copy color: '#CD70C9'

red 205 ◦ green 112 ◦ blue 201

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

Shades of Orchid #CD70C9

Tints of Orchid #CD70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 39.58%
G = 21.62%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD70C9 (or 0xCD70C9) is known color: Orchid. HEX triplet: CD, 70 and C9. RGB value is (205,112,201). Sum of RGB (Red+Green+Blue) = 205+112+201=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70C9 is #328F36. Grayscale: #959595. Windows color (decimal): -3313463 or 13201613. OLE color: 13201613.

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

Color convert

RGB 205 112 201 -
CMYK 0 0.45 0.02 0.20
HSL 302.58º 0.48% 0.62% -
HSV(B) 302.58º 0.45% 0.8% -
XYZ 41.51 28.78 58.63 -
YUV 149.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 205 112 201 0 0.45 0.02 0.20 302.58 0.48 0.62
Hex CD 70 C9 0 2D 2 14 12F 30 3E
Octal 315 160 311 0 55 2 24 457 60 76
Binary 11001101 1110000 11001001 0 101101 10 10100 100101111 110000 111110

Color Harmonies of #CD70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70C9

Black with #CD70C9

Text Example


Text Example

White with #CD70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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