Html Css Color HEX #CC82BE Orchid

📋 copy color: '#CC82BE'

red 204 ◦ green 130 ◦ blue 190

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

Shades of Orchid #CC82BE

Tints of Orchid #CC82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.81%

 BLUE value IS 190 (74.61% from 255) = 36.26%

R = 38.93%
G = 24.81%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC82BE (or 0xCC82BE) is known color: Orchid. HEX triplet: CC, 82 and BE. RGB value is (204,130,190). Sum of RGB (Red+Green+Blue) = 204+130+190=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82BE is #337D41. Grayscale: #9E9E9E. Windows color (decimal): -3374402 or 12485324. OLE color: 12485324.

HSL color Cylindrical-coordinate representation of color #CC82BE: hue angle of 311.35º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC82BE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 190 -
CMYK 0 0.36 0.07 0.2
HSL 311.35º 0.42% 0.65% -
HSV(B) 311.35º 0.36% 0.8% -
XYZ 42.18 32.52 52.77 -
YUV 158.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 204 130 190 0 0.36 0.07 0.2 311.35 0.42 0.65
Hex CC 82 BE 0 24 7 14 137 2A 41
Octal 314 202 276 0 44 7 24 467 52 101
Binary 11001100 10000010 10111110 0 100100 111 10100 100110111 101010 1000001

Color Harmonies of #CC82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82BE

Black with #CC82BE

Text Example


Text Example

White with #CC82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82BE; }

 p { color: rgb(204,130,190); }

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

background-color css

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

 a { background-color: rgb(204,130,190); }

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

border-color css

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

 span { border-color: rgb(204,130,190); }

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