Html Css Color HEX #CC3DEB Medium Orchid

📋 copy color: '#CC3DEB'

red 204 ◦ green 61 ◦ blue 235

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

Shades of Medium Orchid #CC3DEB

Tints of Medium Orchid #CC3DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.2%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 40.8%
G = 12.2%
B = 47%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC3DEB (or 0xCC3DEB) is known color: Medium Orchid. HEX triplet: CC, 3D and EB. RGB value is (204,61,235). Sum of RGB (Red+Green+Blue) = 204+61+235=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 61 (24.22% from 255 or 12.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DEB is #33C214. Grayscale: #7B7B7B. Windows color (decimal): -3392021 or 15416780. OLE color: 15416780.

HSL color Cylindrical-coordinate representation of color #CC3DEB: hue angle of 289.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3DEB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 61 235 -
CMYK 0.13 0.74 0 0.08
HSL 289.31º 0.81% 0.58% -
HSV(B) 289.31º 0.74% 0.92% -
XYZ 41.57 22.17 80.69 -
YUV 123.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 204 61 235 0.13 0.74 0 0.08 289.31 0.81 0.58
Hex CC 3D EB D 4A 0 8 121 51 3A
Octal 314 75 353 15 112 0 10 441 121 72
Binary 11001100 111101 11101011 1101 1001010 0 1000 100100001 1010001 111010

Color Harmonies of #CC3DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DEB

Black with #CC3DEB

Text Example


Text Example

White with #CC3DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DEB; }

 p { color: rgb(204,61,235); }

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

background-color css

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

 a { background-color: rgb(204,61,235); }

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

border-color css

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

 span { border-color: rgb(204,61,235); }

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