Html Css Color HEX #CC82D1 Orchid

📋 copy color: '#CC82D1'

red 204 ◦ green 130 ◦ blue 209

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

Shades of Orchid #CC82D1

Tints of Orchid #CC82D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 37.57%
G = 23.94%
B = 38.49%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC82D1 (or 0xCC82D1) is known color: Orchid. HEX triplet: CC, 82 and D1. RGB value is (204,130,209). Sum of RGB (Red+Green+Blue) = 204+130+209=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82D1 is #337D2E. Grayscale: #A0A0A0. Windows color (decimal): -3374383 or 13730508. OLE color: 13730508.

HSL color Cylindrical-coordinate representation of color #CC82D1: hue angle of 296.2º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC82D1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 130 209 -
CMYK 0.02 0.38 0 0.18
HSL 296.2º 0.46% 0.66% -
HSV(B) 296.2º 0.38% 0.82% -
XYZ 44.39 33.41 64.43 -
YUV 161.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 204 130 209 0.02 0.38 0 0.18 296.2 0.46 0.66
Hex CC 82 D1 2 26 0 12 128 2E 42
Octal 314 202 321 2 46 0 22 450 56 102
Binary 11001100 10000010 11010001 10 100110 0 10010 100101000 101110 1000010

Color Harmonies of #CC82D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82D1

Black with #CC82D1

Text Example


Text Example

White with #CC82D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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