Html Css Color HEX #CC42FA Medium Orchid

📋 copy color: '#CC42FA'

red 204 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #CC42FA

Tints of Medium Orchid #CC42FA

RGB

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

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

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

R = 39.23%
G = 12.69%
B = 48.08%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC42FA (or 0xCC42FA) is known color: Medium Orchid. HEX triplet: CC, 42 and FA. RGB value is (204,66,250). Sum of RGB (Red+Green+Blue) = 204+66+250=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FA is #33BD05. Grayscale: #7F7F7F. Windows color (decimal): -3390726 or 16401100. OLE color: 16401100.

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

Color convert

RGB 204 66 250 -
CMYK 0.18 0.74 0 0.02
HSL 285º 0.95% 0.62% -
HSV(B) 285º 0.74% 0.98% -
XYZ 44.11 23.64 92.68 -
YUV 128.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 204 66 250 0.18 0.74 0 0.02 285 0.95 0.62
Hex CC 42 FA 12 4A 0 2 11D 5F 3E
Octal 314 102 372 22 112 0 2 435 137 76
Binary 11001100 1000010 11111010 10010 1001010 0 10 100011101 1011111 111110

Color Harmonies of #CC42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42FA

Black with #CC42FA

Text Example


Text Example

White with #CC42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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