Html Css Color HEX #CC84CB Orchid

📋 copy color: '#CC84CB'

red 204 ◦ green 132 ◦ blue 203

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

Shades of Orchid #CC84CB

Tints of Orchid #CC84CB

RGB

 RED value IS 204 (80.08% from 255) = 37.85%

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

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

R = 37.85%
G = 24.49%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC84CB (or 0xCC84CB) is known color: Orchid. HEX triplet: CC, 84 and CB. RGB value is (204,132,203). Sum of RGB (Red+Green+Blue) = 204+132+203=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84CB is #337B34. Grayscale: #A1A1A1. Windows color (decimal): -3373877 or 13337804. OLE color: 13337804.

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

Color convert

RGB 204 132 203 -
CMYK 0 0.35 0.00 0.2
HSL 300.83º 0.41% 0.66% -
HSV(B) 300.83º 0.35% 0.8% -
XYZ 43.93 33.65 60.68 -
YUV 161.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 204 132 203 0 0.35 0.00 0.2 300.83 0.41 0.66
Hex CC 84 CB 0 23 0 14 12D 29 42
Octal 314 204 313 0 43 0 24 455 51 102
Binary 11001100 10000100 11001011 0 100011 0 10100 100101101 101001 1000010

Color Harmonies of #CC84CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84CB

Black with #CC84CB

Text Example


Text Example

White with #CC84CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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