Html Css Color HEX #CC42FD Medium Orchid

📋 copy color: '#CC42FD'

red 204 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #CC42FD

Tints of Medium Orchid #CC42FD

RGB

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

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

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

R = 39.01%
G = 12.62%
B = 48.37%

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

#CC42FD (or 0xCC42FD) is known color: Medium Orchid. HEX triplet: CC, 42 and FD. RGB value is (204,66,253). Sum of RGB (Red+Green+Blue) = 204+66+253=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FD is #33BD02. Grayscale: #7F7F7F. Windows color (decimal): -3390723 or 16597708. OLE color: 16597708.

HSL color Cylindrical-coordinate representation of color #CC42FD: hue angle of 284.28º 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 #CC42FD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 66 253 -
CMYK 0.19 0.74 0 0.01
HSL 284.28º 0.98% 0.63% -
HSV(B) 284.28º 0.74% 0.99% -
XYZ 44.58 23.83 95.18 -
YUV 128.58 198.22 181.79 -
System Red Green Blue C M Y K H S L
Decimal 204 66 253 0.19 0.74 0 0.01 284.28 0.98 0.63
Hex CC 42 FD 13 4A 0 1 11C 62 3F
Octal 314 102 375 23 112 0 1 434 142 77
Binary 11001100 1000010 11111101 10011 1001010 0 1 100011100 1100010 111111

Color Harmonies of #CC42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42FD

Black with #CC42FD

Text Example


Text Example

White with #CC42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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