Html Css Color HEX #CC35DF Medium Orchid

📋 copy color: '#CC35DF'

red 204 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #CC35DF

Tints of Medium Orchid #CC35DF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.04%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 42.5%
G = 11.04%
B = 46.46%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC35DF (or 0xCC35DF) is known color: Medium Orchid. HEX triplet: CC, 35 and DF. RGB value is (204,53,223). Sum of RGB (Red+Green+Blue) = 204+53+223=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35DF is #33CA20. Grayscale: #757575. Windows color (decimal): -3394081 or 14628300. OLE color: 14628300.

HSL color Cylindrical-coordinate representation of color #CC35DF: hue angle of 293.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC35DF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 53 223 -
CMYK 0.09 0.76 0 0.13
HSL 293.29º 0.73% 0.54% -
HSV(B) 293.29º 0.76% 0.87% -
XYZ 39.49 20.71 71.73 -
YUV 117.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 204 53 223 0.09 0.76 0 0.13 293.29 0.73 0.54
Hex CC 35 DF 9 4C 0 D 125 49 36
Octal 314 65 337 11 114 0 15 445 111 66
Binary 11001100 110101 11011111 1001 1001100 0 1101 100100101 1001001 110110

Color Harmonies of #CC35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35DF

Black with #CC35DF

Text Example


Text Example

White with #CC35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35DF; }

 p { color: rgb(204,53,223); }

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

background-color css

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

 a { background-color: rgb(204,53,223); }

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

border-color css

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

 span { border-color: rgb(204,53,223); }

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