Html Css Color HEX #CD84CC Orchid

📋 copy color: '#CD84CC'

red 205 ◦ green 132 ◦ blue 204

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

Shades of Orchid #CD84CC

Tints of Orchid #CD84CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 37.89%
G = 24.4%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD84CC (or 0xCD84CC) is known color: Orchid. HEX triplet: CD, 84 and CC. RGB value is (205,132,204). Sum of RGB (Red+Green+Blue) = 205+132+204=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84CC is #327B33. Grayscale: #A1A1A1. Windows color (decimal): -3308340 or 13403341. OLE color: 13403341.

HSL color Cylindrical-coordinate representation of color #CD84CC: hue angle of 300.82º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD84CC is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 132 204 -
CMYK 0 0.36 0.00 0.20
HSL 300.82º 0.42% 0.66% -
HSV(B) 300.82º 0.36% 0.8% -
XYZ 44.33 33.84 61.32 -
YUV 162.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 205 132 204 0 0.36 0.00 0.20 300.82 0.42 0.66
Hex CD 84 CC 0 24 0 14 12D 2A 42
Octal 315 204 314 0 44 0 24 455 52 102
Binary 11001101 10000100 11001100 0 100100 0 10100 100101101 101010 1000010

Color Harmonies of #CD84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD84CC

Black with #CD84CC

Text Example


Text Example

White with #CD84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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