Html Css Color HEX #CC83D8 Orchid

📋 copy color: '#CC83D8'

red 204 ◦ green 131 ◦ blue 216

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

Shades of Orchid #CC83D8

Tints of Orchid #CC83D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.2%

R = 37.02%
G = 23.77%
B = 39.2%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC83D8 (or 0xCC83D8) is known color: Orchid. HEX triplet: CC, 83 and D8. RGB value is (204,131,216). Sum of RGB (Red+Green+Blue) = 204+131+216=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC83D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83D8 is #337C27. Grayscale: #A2A2A2. Windows color (decimal): -3374120 or 14189516. OLE color: 14189516.

HSL color Cylindrical-coordinate representation of color #CC83D8: hue angle of 291.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC83D8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 131 216 -
CMYK 0.06 0.39 0 0.15
HSL 291.53º 0.52% 0.68% -
HSV(B) 291.53º 0.39% 0.85% -
XYZ 45.41 34.03 69.14 -
YUV 162.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 204 131 216 0.06 0.39 0 0.15 291.53 0.52 0.68
Hex CC 83 D8 6 27 0 F 124 34 44
Octal 314 203 330 6 47 0 17 444 64 104
Binary 11001100 10000011 11011000 110 100111 0 1111 100100100 110100 1000100

Color Harmonies of #CC83D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC83D8

Black with #CC83D8

Text Example


Text Example

White with #CC83D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC83D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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