Html Css Color HEX #CC84DA Orchid

📋 copy color: '#CC84DA'

red 204 ◦ green 132 ◦ blue 218

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

Shades of Orchid #CC84DA

Tints of Orchid #CC84DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 36.82%
G = 23.83%
B = 39.35%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC84DA (or 0xCC84DA) is known color: Orchid. HEX triplet: CC, 84 and DA. RGB value is (204,132,218). Sum of RGB (Red+Green+Blue) = 204+132+218=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84DA is #337B25. Grayscale: #A3A3A3. Windows color (decimal): -3373862 or 14320844. OLE color: 14320844.

HSL color Cylindrical-coordinate representation of color #CC84DA: hue angle of 290.23º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC84DA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 132 218 -
CMYK 0.06 0.39 0 0.15
HSL 290.23º 0.54% 0.69% -
HSV(B) 290.23º 0.39% 0.85% -
XYZ 45.81 34.4 70.56 -
YUV 163.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 204 132 218 0.06 0.39 0 0.15 290.23 0.54 0.69
Hex CC 84 DA 6 27 0 F 122 36 45
Octal 314 204 332 6 47 0 17 442 66 105
Binary 11001100 10000100 11011010 110 100111 0 1111 100100010 110110 1000101

Color Harmonies of #CC84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84DA

Black with #CC84DA

Text Example


Text Example

White with #CC84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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