Html Css Color HEX #CC42FB Medium Orchid

📋 copy color: '#CC42FB'

red 204 ◦ green 66 ◦ blue 251

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

Shades of Medium Orchid #CC42FB

Tints of Medium Orchid #CC42FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.67%

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

R = 39.16%
G = 12.67%
B = 48.18%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC42FB (or 0xCC42FB) is known color: Medium Orchid. HEX triplet: CC, 42 and FB. RGB value is (204,66,251). Sum of RGB (Red+Green+Blue) = 204+66+251=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FB is #33BD04. Grayscale: #7F7F7F. Windows color (decimal): -3390725 or 16466636. OLE color: 16466636.

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

Color convert

RGB 204 66 251 -
CMYK 0.19 0.74 0 0.02
HSL 284.76º 0.96% 0.62% -
HSV(B) 284.76º 0.74% 0.98% -
XYZ 44.26 23.7 93.51 -
YUV 128.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 204 66 251 0.19 0.74 0 0.02 284.76 0.96 0.62
Hex CC 42 FB 13 4A 0 2 11D 60 3E
Octal 314 102 373 23 112 0 2 435 140 76
Binary 11001100 1000010 11111011 10011 1001010 0 10 100011101 1100000 111110

Color Harmonies of #CC42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42FB

Black with #CC42FB

Text Example


Text Example

White with #CC42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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