Html Css Color HEX #CC3BFA Medium Orchid

📋 copy color: '#CC3BFA'

red 204 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #CC3BFA

Tints of Medium Orchid #CC3BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.5%

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 39.77%
G = 11.5%
B = 48.73%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC3BFA (or 0xCC3BFA) is known color: Medium Orchid. HEX triplet: CC, 3B and FA. RGB value is (204,59,250). Sum of RGB (Red+Green+Blue) = 204+59+250=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC3BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BFA is #33C405. Grayscale: #7B7B7B. Windows color (decimal): -3392518 or 16399308. OLE color: 16399308.

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

Color convert

RGB 204 59 250 -
CMYK 0.18 0.76 0 0.02
HSL 285.55º 0.95% 0.61% -
HSV(B) 285.55º 0.76% 0.98% -
XYZ 43.72 22.87 92.55 -
YUV 124.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 204 59 250 0.18 0.76 0 0.02 285.55 0.95 0.61
Hex CC 3B FA 12 4C 0 2 11E 5F 3D
Octal 314 73 372 22 114 0 2 436 137 75
Binary 11001100 111011 11111010 10010 1001100 0 10 100011110 1011111 111101

Color Harmonies of #CC3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BFA

Black with #CC3BFA

Text Example


Text Example

White with #CC3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BFA; }

 p { color: rgb(204,59,250); }

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

background-color css

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

 a { background-color: rgb(204,59,250); }

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

border-color css

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

 span { border-color: rgb(204,59,250); }

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