Html Css Color HEX #CC83DC Orchid

📋 copy color: '#CC83DC'

red 204 ◦ green 131 ◦ blue 220

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

Shades of Orchid #CC83DC

Tints of Orchid #CC83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 36.76%
G = 23.6%
B = 39.64%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC83DC (or 0xCC83DC) is known color: Orchid. HEX triplet: CC, 83 and DC. RGB value is (204,131,220). Sum of RGB (Red+Green+Blue) = 204+131+220=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DC is #337C23. Grayscale: #A2A2A2. Windows color (decimal): -3374116 or 14451660. OLE color: 14451660.

HSL color Cylindrical-coordinate representation of color #CC83DC: hue angle of 289.21º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC83DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 131 220 -
CMYK 0.07 0.40 0 0.14
HSL 289.21º 0.56% 0.69% -
HSV(B) 289.21º 0.4% 0.86% -
XYZ 45.94 34.24 71.9 -
YUV 162.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 204 131 220 0.07 0.40 0 0.14 289.21 0.56 0.69
Hex CC 83 DC 7 28 0 E 121 38 45
Octal 314 203 334 7 50 0 16 441 70 105
Binary 11001100 10000011 11011100 111 101000 0 1110 100100001 111000 1000101

Color Harmonies of #CC83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83DC

Black with #CC83DC

Text Example


Text Example

White with #CC83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83DC; }

 p { color: rgb(204,131,220); }

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

background-color css

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

 a { background-color: rgb(204,131,220); }

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

border-color css

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

 span { border-color: rgb(204,131,220); }

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