Html Css Color HEX #CC43FD Medium Orchid

📋 copy color: '#CC43FD'

red 204 ◦ green 67 ◦ blue 253

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

Shades of Medium Orchid #CC43FD

Tints of Medium Orchid #CC43FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 38.93%
G = 12.79%
B = 48.28%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC43FD (or 0xCC43FD) is known color: Medium Orchid. HEX triplet: CC, 43 and FD. RGB value is (204,67,253). Sum of RGB (Red+Green+Blue) = 204+67+253=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC43FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC43FD is #33BC02. Grayscale: #808080. Windows color (decimal): -3390467 or 16597964. OLE color: 16597964.

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

Color convert

RGB 204 67 253 -
CMYK 0.19 0.74 0 0.01
HSL 284.19º 0.98% 0.63% -
HSV(B) 284.19º 0.74% 0.99% -
XYZ 44.64 23.94 95.2 -
YUV 129.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 204 67 253 0.19 0.74 0 0.01 284.19 0.98 0.63
Hex CC 43 FD 13 4A 0 1 11C 62 3F
Octal 314 103 375 23 112 0 1 434 142 77
Binary 11001100 1000011 11111101 10011 1001010 0 1 100011100 1100010 111111

Color Harmonies of #CC43FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC43FD

Black with #CC43FD

Text Example


Text Example

White with #CC43FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC43FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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