Html Css Color HEX #CC3FDB Medium Orchid

📋 copy color: '#CC3FDB'

red 204 ◦ green 63 ◦ blue 219

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

Shades of Medium Orchid #CC3FDB

Tints of Medium Orchid #CC3FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.96%

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

R = 41.98%
G = 12.96%
B = 45.06%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC3FDB (or 0xCC3FDB) is known color: Medium Orchid. HEX triplet: CC, 3F and DB. RGB value is (204,63,219). Sum of RGB (Red+Green+Blue) = 204+63+219=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FDB is #33C024. Grayscale: #7A7A7A. Windows color (decimal): -3391525 or 14368716. OLE color: 14368716.

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

Color convert

RGB 204 63 219 -
CMYK 0.07 0.71 0 0.14
HSL 294.23º 0.68% 0.55% -
HSV(B) 294.23º 0.71% 0.86% -
XYZ 39.47 21.51 69.09 -
YUV 122.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 204 63 219 0.07 0.71 0 0.14 294.23 0.68 0.55
Hex CC 3F DB 7 47 0 E 126 44 37
Octal 314 77 333 7 107 0 16 446 104 67
Binary 11001100 111111 11011011 111 1000111 0 1110 100100110 1000100 110111

Color Harmonies of #CC3FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FDB

Black with #CC3FDB

Text Example


Text Example

White with #CC3FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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