Html Css Color HEX #CC83BE Orchid

📋 copy color: '#CC83BE'

red 204 ◦ green 131 ◦ blue 190

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

Shades of Orchid #CC83BE

Tints of Orchid #CC83BE

RGB

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

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

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

R = 38.86%
G = 24.95%
B = 36.19%

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

#CC83BE (or 0xCC83BE) is known color: Orchid. HEX triplet: CC, 83 and BE. RGB value is (204,131,190). Sum of RGB (Red+Green+Blue) = 204+131+190=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83BE is #337C41. Grayscale: #9F9F9F. Windows color (decimal): -3374146 or 12485580. OLE color: 12485580.

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

Color convert

RGB 204 131 190 -
CMYK 0 0.36 0.07 0.2
HSL 311.51º 0.42% 0.66% -
HSV(B) 311.51º 0.36% 0.8% -
XYZ 42.31 32.79 52.81 -
YUV 159.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 204 131 190 0 0.36 0.07 0.2 311.51 0.42 0.66
Hex CC 83 BE 0 24 7 14 138 2A 42
Octal 314 203 276 0 44 7 24 470 52 102
Binary 11001100 10000011 10111110 0 100100 111 10100 100111000 101010 1000010

Color Harmonies of #CC83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83BE

Black with #CC83BE

Text Example


Text Example

White with #CC83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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