Html Css Color HEX #CC38FA Medium Orchid

📋 copy color: '#CC38FA'

red 204 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #CC38FA

Tints of Medium Orchid #CC38FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.98%

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

R = 40%
G = 10.98%
B = 49.02%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC38FA (or 0xCC38FA) is known color: Medium Orchid. HEX triplet: CC, 38 and FA. RGB value is (204,56,250). Sum of RGB (Red+Green+Blue) = 204+56+250=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC38FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38FA is #33C705. Grayscale: #797979. Windows color (decimal): -3393286 or 16398540. OLE color: 16398540.

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

Color convert

RGB 204 56 250 -
CMYK 0.18 0.78 0 0.02
HSL 285.77º 0.95% 0.6% -
HSV(B) 285.77º 0.78% 0.98% -
XYZ 43.57 22.57 92.5 -
YUV 122.37 200.03 186.23 -
System Red Green Blue C M Y K H S L
Decimal 204 56 250 0.18 0.78 0 0.02 285.77 0.95 0.6
Hex CC 38 FA 12 4E 0 2 11E 5F 3C
Octal 314 70 372 22 116 0 2 436 137 74
Binary 11001100 111000 11111010 10010 1001110 0 10 100011110 1011111 111100

Color Harmonies of #CC38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38FA

Black with #CC38FA

Text Example


Text Example

White with #CC38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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