Html Css Color HEX #CC43FF Medium Orchid

📋 copy color: '#CC43FF'

red 204 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #CC43FF

Tints of Medium Orchid #CC43FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 38.78%
G = 12.74%
B = 48.48%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC43FF (or 0xCC43FF) is known color: Medium Orchid. HEX triplet: CC, 43 and FF. RGB value is (204,67,255). Sum of RGB (Red+Green+Blue) = 204+67+255=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 67 (26.56% from 255 or 12.74% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43FF is #33BC00. Grayscale: #808080. Windows color (decimal): -3390465 or 16729036. OLE color: 16729036.

HSL color Cylindrical-coordinate representation of color #CC43FF: hue angle of 283.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC43FF is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 67 255 -
CMYK 0.2 0.74 0 0
HSL 283.72º 1% 0.63% -
HSV(B) 283.72º 0.74% 1% -
XYZ 44.96 24.07 96.88 -
YUV 129.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 204 67 255 0.2 0.74 0 0 283.72 1 0.63
Hex CC 43 FF 14 4A 0 0 11C 64 3F
Octal 314 103 377 24 112 0 0 434 144 77
Binary 11001100 1000011 11111111 10100 1001010 0 0 100011100 1100100 111111

Color Harmonies of #CC43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43FF

Black with #CC43FF

Text Example


Text Example

White with #CC43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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