Html Css Color HEX #CC3EFB Medium Orchid

📋 copy color: '#CC3EFB'

red 204 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #CC3EFB

Tints of Medium Orchid #CC3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.99%

 BLUE value IS 251 (98.44% from 255) = 48.55%

R = 39.46%
G = 11.99%
B = 48.55%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC3EFB (or 0xCC3EFB) is known color: Medium Orchid. HEX triplet: CC, 3E and FB. RGB value is (204,62,251). Sum of RGB (Red+Green+Blue) = 204+62+251=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EFB is #33C104. Grayscale: #7D7D7D. Windows color (decimal): -3391749 or 16465612. OLE color: 16465612.

HSL color Cylindrical-coordinate representation of color #CC3EFB: hue angle of 285.08º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3EFB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 62 251 -
CMYK 0.19 0.75 0 0.02
HSL 285.08º 0.96% 0.61% -
HSV(B) 285.08º 0.75% 0.98% -
XYZ 44.04 23.25 93.43 -
YUV 126 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 204 62 251 0.19 0.75 0 0.02 285.08 0.96 0.61
Hex CC 3E FB 13 4B 0 2 11D 60 3D
Octal 314 76 373 23 113 0 2 435 140 75
Binary 11001100 111110 11111011 10011 1001011 0 10 100011101 1100000 111101

Color Harmonies of #CC3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EFB

Black with #CC3EFB

Text Example


Text Example

White with #CC3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EFB; }

 p { color: rgb(204,62,251); }

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

background-color css

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

 a { background-color: rgb(204,62,251); }

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

border-color css

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

 span { border-color: rgb(204,62,251); }

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