Html Css Color HEX #CC35DB Medium Orchid

📋 copy color: '#CC35DB'

red 204 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #CC35DB

Tints of Medium Orchid #CC35DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 42.86%
G = 11.13%
B = 46.01%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC35DB (or 0xCC35DB) is known color: Medium Orchid. HEX triplet: CC, 35 and DB. RGB value is (204,53,219). Sum of RGB (Red+Green+Blue) = 204+53+219=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC35DB is #33CA24. Grayscale: #747474. Windows color (decimal): -3394085 or 14366156. OLE color: 14366156.

HSL color Cylindrical-coordinate representation of color #CC35DB: hue angle of 294.58º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC35DB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 53 219 -
CMYK 0.07 0.76 0 0.14
HSL 294.58º 0.7% 0.53% -
HSV(B) 294.58º 0.76% 0.86% -
XYZ 38.96 20.5 68.92 -
YUV 117.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 204 53 219 0.07 0.76 0 0.14 294.58 0.7 0.53
Hex CC 35 DB 7 4C 0 E 127 46 35
Octal 314 65 333 7 114 0 16 447 106 65
Binary 11001100 110101 11011011 111 1001100 0 1110 100100111 1000110 110101

Color Harmonies of #CC35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC35DB

Black with #CC35DB

Text Example


Text Example

White with #CC35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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