Html Css Color HEX #CD70CE Orchid

📋 copy color: '#CD70CE'

red 205 ◦ green 112 ◦ blue 206

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

Shades of Orchid #CD70CE

Tints of Orchid #CD70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 39.2%
G = 21.41%
B = 39.39%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD70CE (or 0xCD70CE) is known color: Orchid. HEX triplet: CD, 70 and CE. RGB value is (205,112,206). Sum of RGB (Red+Green+Blue) = 205+112+206=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CE is #328F31. Grayscale: #969696. Windows color (decimal): -3313458 or 13529293. OLE color: 13529293.

HSL color Cylindrical-coordinate representation of color #CD70CE: hue angle of 299.36º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD70CE is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 112 206 -
CMYK 0.00 0.46 0 0.19
HSL 299.36º 0.49% 0.62% -
HSV(B) 299.36º 0.46% 0.81% -
XYZ 42.11 29.02 61.78 -
YUV 150.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 205 112 206 0.00 0.46 0 0.19 299.36 0.49 0.62
Hex CD 70 CE 0 2E 0 13 12B 31 3E
Octal 315 160 316 0 56 0 23 453 61 76
Binary 11001101 1110000 11001110 0 101110 0 10011 100101011 110001 111110

Color Harmonies of #CD70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70CE

Black with #CD70CE

Text Example


Text Example

White with #CD70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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