Html Css Color HEX #CC2FEB Medium Orchid

📋 copy color: '#CC2FEB'

red 204 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #CC2FEB

Tints of Medium Orchid #CC2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

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

R = 41.98%
G = 9.67%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC2FEB (or 0xCC2FEB) is known color: Medium Orchid. HEX triplet: CC, 2F and EB. RGB value is (204,47,235). Sum of RGB (Red+Green+Blue) = 204+47+235=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC2FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FEB is #33D014. Grayscale: #727272. Windows color (decimal): -3395605 or 15413196. OLE color: 15413196.

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

Color convert

RGB 204 47 235 -
CMYK 0.13 0.8 0 0.08
HSL 290.11º 0.82% 0.55% -
HSV(B) 290.11º 0.8% 0.92% -
XYZ 40.91 20.87 80.47 -
YUV 115.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 204 47 235 0.13 0.8 0 0.08 290.11 0.82 0.55
Hex CC 2F EB D 50 0 8 122 52 37
Octal 314 57 353 15 120 0 10 442 122 67
Binary 11001100 101111 11101011 1101 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CC2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FEB

Black with #CC2FEB

Text Example


Text Example

White with #CC2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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