Html Css Color HEX #CC84D6 Orchid

📋 copy color: '#CC84D6'

red 204 ◦ green 132 ◦ blue 214

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

Shades of Orchid #CC84D6

Tints of Orchid #CC84D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 37.09%
G = 24%
B = 38.91%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC84D6 (or 0xCC84D6) is known color: Orchid. HEX triplet: CC, 84 and D6. RGB value is (204,132,214). Sum of RGB (Red+Green+Blue) = 204+132+214=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84D6 is #337B29. Grayscale: #A2A2A2. Windows color (decimal): -3373866 or 14058700. OLE color: 14058700.

HSL color Cylindrical-coordinate representation of color #CC84D6: hue angle of 292.68º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC84D6 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 132 214 -
CMYK 0.05 0.38 0 0.16
HSL 292.68º 0.5% 0.68% -
HSV(B) 292.68º 0.38% 0.84% -
XYZ 45.29 34.19 67.83 -
YUV 162.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 204 132 214 0.05 0.38 0 0.16 292.68 0.5 0.68
Hex CC 84 D6 5 26 0 10 125 32 44
Octal 314 204 326 5 46 0 20 445 62 104
Binary 11001100 10000100 11010110 101 100110 0 10000 100100101 110010 1000100

Color Harmonies of #CC84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84D6

Black with #CC84D6

Text Example


Text Example

White with #CC84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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