Html Css Color HEX #CC3DFA Medium Orchid

📋 copy color: '#CC3DFA'

red 204 ◦ green 61 ◦ blue 250

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

Shades of Medium Orchid #CC3DFA

Tints of Medium Orchid #CC3DFA

RGB

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

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

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

R = 39.61%
G = 11.84%
B = 48.54%

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

#CC3DFA (or 0xCC3DFA) is known color: Medium Orchid. HEX triplet: CC, 3D and FA. RGB value is (204,61,250). Sum of RGB (Red+Green+Blue) = 204+61+250=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 61 (24.22% from 255 or 11.84% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC3DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DFA is #33C205. Grayscale: #7C7C7C. Windows color (decimal): -3392006 or 16399820. OLE color: 16399820.

HSL color Cylindrical-coordinate representation of color #CC3DFA: hue angle of 285.4º 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 #CC3DFA is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 61 250 -
CMYK 0.18 0.76 0 0.02
HSL 285.4º 0.95% 0.61% -
HSV(B) 285.4º 0.76% 0.98% -
XYZ 43.83 23.08 92.59 -
YUV 125.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 204 61 250 0.18 0.76 0 0.02 285.4 0.95 0.61
Hex CC 3D FA 12 4C 0 2 11D 5F 3D
Octal 314 75 372 22 114 0 2 435 137 75
Binary 11001100 111101 11111010 10010 1001100 0 10 100011101 1011111 111101

Color Harmonies of #CC3DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3DFA

Black with #CC3DFA

Text Example


Text Example

White with #CC3DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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