Html Css Color HEX #CD87D2 Orchid

📋 copy color: '#CD87D2'

red 205 ◦ green 135 ◦ blue 210

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

Shades of Orchid #CD87D2

Tints of Orchid #CD87D2

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.55%

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 37.27%
G = 24.55%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD87D2 (or 0xCD87D2) is known color: Orchid. HEX triplet: CD, 87 and D2. RGB value is (205,135,210). Sum of RGB (Red+Green+Blue) = 205+135+210=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87D2 is #32782D. Grayscale: #A4A4A4. Windows color (decimal): -3307566 or 13797325. OLE color: 13797325.

HSL color Cylindrical-coordinate representation of color #CD87D2: hue angle of 296º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD87D2 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 135 210 -
CMYK 0.02 0.36 0 0.18
HSL 296º 0.45% 0.68% -
HSV(B) 296º 0.36% 0.82% -
XYZ 45.47 34.96 65.32 -
YUV 164.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 205 135 210 0.02 0.36 0 0.18 296 0.45 0.68
Hex CD 87 D2 2 24 0 12 128 2D 44
Octal 315 207 322 2 44 0 22 450 55 104
Binary 11001101 10000111 11010010 10 100100 0 10010 100101000 101101 1000100

Color Harmonies of #CD87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD87D2

Black with #CD87D2

Text Example


Text Example

White with #CD87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD87D2; }

 p { color: rgb(205,135,210); }

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

background-color css

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

 a { background-color: rgb(205,135,210); }

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

border-color css

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

 span { border-color: rgb(205,135,210); }

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