Html Css Color HEX #CD84D8 Orchid

📋 copy color: '#CD84D8'

red 205 ◦ green 132 ◦ blue 216

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

Shades of Orchid #CD84D8

Tints of Orchid #CD84D8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

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

R = 37.07%
G = 23.87%
B = 39.06%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD84D8 (or 0xCD84D8) is known color: Orchid. HEX triplet: CD, 84 and D8. RGB value is (205,132,216). Sum of RGB (Red+Green+Blue) = 205+132+216=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84D8 is #327B27. Grayscale: #A3A3A3. Windows color (decimal): -3308328 or 14189773. OLE color: 14189773.

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

Color convert

RGB 205 132 216 -
CMYK 0.05 0.39 0 0.15
HSL 292.14º 0.52% 0.68% -
HSV(B) 292.14º 0.39% 0.85% -
XYZ 45.82 34.44 69.2 -
YUV 163.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 205 132 216 0.05 0.39 0 0.15 292.14 0.52 0.68
Hex CD 84 D8 5 27 0 F 124 34 44
Octal 315 204 330 5 47 0 17 444 64 104
Binary 11001101 10000100 11011000 101 100111 0 1111 100100100 110100 1000100

Color Harmonies of #CD84D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD84D8

Black with #CD84D8

Text Example


Text Example

White with #CD84D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD84D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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