Html Css Color HEX #CC82C3 Orchid

📋 copy color: '#CC82C3'

red 204 ◦ green 130 ◦ blue 195

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

Shades of Orchid #CC82C3

Tints of Orchid #CC82C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.86%

R = 38.56%
G = 24.57%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC82C3 (or 0xCC82C3) is known color: Orchid. HEX triplet: CC, 82 and C3. RGB value is (204,130,195). Sum of RGB (Red+Green+Blue) = 204+130+195=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82C3 is #337D3C. Grayscale: #9F9F9F. Windows color (decimal): -3374397 or 12813004. OLE color: 12813004.

HSL color Cylindrical-coordinate representation of color #CC82C3: hue angle of 307.3º 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 #CC82C3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 195 -
CMYK 0 0.36 0.04 0.2
HSL 307.3º 0.42% 0.65% -
HSV(B) 307.3º 0.36% 0.8% -
XYZ 42.73 32.74 55.7 -
YUV 159.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 204 130 195 0 0.36 0.04 0.2 307.3 0.42 0.65
Hex CC 82 C3 0 24 4 14 133 2A 41
Octal 314 202 303 0 44 4 24 463 52 101
Binary 11001100 10000010 11000011 0 100100 100 10100 100110011 101010 1000001

Color Harmonies of #CC82C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82C3

Black with #CC82C3

Text Example


Text Example

White with #CC82C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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