Html Css Color HEX #CD70D8 Orchid

📋 copy color: '#CD70D8'

red 205 ◦ green 112 ◦ blue 216

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

Shades of Orchid #CD70D8

Tints of Orchid #CD70D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 38.46%
G = 21.01%
B = 40.53%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD70D8 (or 0xCD70D8) is known color: Orchid. HEX triplet: CD, 70 and D8. RGB value is (205,112,216). Sum of RGB (Red+Green+Blue) = 205+112+216=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD70D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70D8 is #328F27. Grayscale: #979797. Windows color (decimal): -3313448 or 14184653. OLE color: 14184653.

HSL color Cylindrical-coordinate representation of color #CD70D8: hue angle of 293.65º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD70D8 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 112 216 -
CMYK 0.05 0.48 0 0.15
HSL 293.65º 0.57% 0.64% -
HSV(B) 293.65º 0.48% 0.85% -
XYZ 43.37 29.53 68.38 -
YUV 151.66 164.31 166.04 -
System Red Green Blue C M Y K H S L
Decimal 205 112 216 0.05 0.48 0 0.15 293.65 0.57 0.64
Hex CD 70 D8 5 30 0 F 126 39 40
Octal 315 160 330 5 60 0 17 446 71 100
Binary 11001101 1110000 11011000 101 110000 0 1111 100100110 111001 1000000

Color Harmonies of #CD70D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70D8

Black with #CD70D8

Text Example


Text Example

White with #CD70D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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