Html Css Color HEX #CD70DD Orchid

📋 copy color: '#CD70DD'

red 205 ◦ green 112 ◦ blue 221

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

Shades of Orchid #CD70DD

Tints of Orchid #CD70DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 38.1%
G = 20.82%
B = 41.08%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD70DD (or 0xCD70DD) is known color: Orchid. HEX triplet: CD, 70 and DD. RGB value is (205,112,221). Sum of RGB (Red+Green+Blue) = 205+112+221=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70DD is #328F22. Grayscale: #979797. Windows color (decimal): -3313443 or 14512333. OLE color: 14512333.

HSL color Cylindrical-coordinate representation of color #CD70DD: hue angle of 291.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD70DD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 112 221 -
CMYK 0.07 0.49 0 0.13
HSL 291.19º 0.62% 0.65% -
HSV(B) 291.19º 0.49% 0.87% -
XYZ 44.02 29.79 71.84 -
YUV 152.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 205 112 221 0.07 0.49 0 0.13 291.19 0.62 0.65
Hex CD 70 DD 7 31 0 D 123 3E 41
Octal 315 160 335 7 61 0 15 443 76 101
Binary 11001101 1110000 11011101 111 110001 0 1101 100100011 111110 1000001

Color Harmonies of #CD70DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70DD

Black with #CD70DD

Text Example


Text Example

White with #CD70DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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