Html Css Color HEX #CC84D7 Orchid

📋 copy color: '#CC84D7'

red 204 ◦ green 132 ◦ blue 215

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

Shades of Orchid #CC84D7

Tints of Orchid #CC84D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 37.02%
G = 23.96%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC84D7 (or 0xCC84D7) is known color: Orchid. HEX triplet: CC, 84 and D7. RGB value is (204,132,215). Sum of RGB (Red+Green+Blue) = 204+132+215=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84D7 is #337B28. Grayscale: #A2A2A2. Windows color (decimal): -3373865 or 14124236. OLE color: 14124236.

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

Color convert

RGB 204 132 215 -
CMYK 0.05 0.39 0 0.16
HSL 292.05º 0.51% 0.68% -
HSV(B) 292.05º 0.39% 0.84% -
XYZ 45.42 34.25 68.51 -
YUV 162.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 204 132 215 0.05 0.39 0 0.16 292.05 0.51 0.68
Hex CC 84 D7 5 27 0 10 124 33 44
Octal 314 204 327 5 47 0 20 444 63 104
Binary 11001100 10000100 11010111 101 100111 0 10000 100100100 110011 1000100

Color Harmonies of #CC84D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84D7

Black with #CC84D7

Text Example


Text Example

White with #CC84D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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