Html Css Color HEX #CD84CB Orchid

📋 copy color: '#CD84CB'

red 205 ◦ green 132 ◦ blue 203

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

Shades of Orchid #CD84CB

Tints of Orchid #CD84CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 37.96%
G = 24.44%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD84CB (or 0xCD84CB) is known color: Orchid. HEX triplet: CD, 84 and CB. RGB value is (205,132,203). Sum of RGB (Red+Green+Blue) = 205+132+203=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84CB is #327B34. Grayscale: #A1A1A1. Windows color (decimal): -3308341 or 13337805. OLE color: 13337805.

HSL color Cylindrical-coordinate representation of color #CD84CB: hue angle of 301.64º 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 #CD84CB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 132 203 -
CMYK 0 0.36 0.01 0.20
HSL 301.64º 0.42% 0.66% -
HSV(B) 301.64º 0.36% 0.8% -
XYZ 44.21 33.79 60.69 -
YUV 161.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 205 132 203 0 0.36 0.01 0.20 301.64 0.42 0.66
Hex CD 84 CB 0 24 1 14 12E 2A 42
Octal 315 204 313 0 44 1 24 456 52 102
Binary 11001101 10000100 11001011 0 100100 1 10100 100101110 101010 1000010

Color Harmonies of #CD84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD84CB

Black with #CD84CB

Text Example


Text Example

White with #CD84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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