Html Css Color HEX #CC43FA Medium Orchid

📋 copy color: '#CC43FA'

red 204 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #CC43FA

Tints of Medium Orchid #CC43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.86%

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

R = 39.16%
G = 12.86%
B = 47.98%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC43FA (or 0xCC43FA) is known color: Medium Orchid. HEX triplet: CC, 43 and FA. RGB value is (204,67,250). Sum of RGB (Red+Green+Blue) = 204+67+250=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43FA is #33BC05. Grayscale: #808080. Windows color (decimal): -3390470 or 16401356. OLE color: 16401356.

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

Color convert

RGB 204 67 250 -
CMYK 0.18 0.73 0 0.02
HSL 284.92º 0.95% 0.62% -
HSV(B) 284.92º 0.73% 0.98% -
XYZ 44.16 23.75 92.7 -
YUV 128.83 196.39 181.62 -
System Red Green Blue C M Y K H S L
Decimal 204 67 250 0.18 0.73 0 0.02 284.92 0.95 0.62
Hex CC 43 FA 12 49 0 2 11D 5F 3E
Octal 314 103 372 22 111 0 2 435 137 76
Binary 11001100 1000011 11111010 10010 1001001 0 10 100011101 1011111 111110

Color Harmonies of #CC43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43FA

Black with #CC43FA

Text Example


Text Example

White with #CC43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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