Html Css Color HEX #CC4BF2 Medium Orchid

📋 copy color: '#CC4BF2'

red 204 ◦ green 75 ◦ blue 242

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

Shades of Medium Orchid #CC4BF2

Tints of Medium Orchid #CC4BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.4%

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 39.16%
G = 14.4%
B = 46.45%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC4BF2 (or 0xCC4BF2) is known color: Medium Orchid. HEX triplet: CC, 4B and F2. RGB value is (204,75,242). Sum of RGB (Red+Green+Blue) = 204+75+242=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BF2 is #33B40D. Grayscale: #848484. Windows color (decimal): -3388430 or 15879116. OLE color: 15879116.

HSL color Cylindrical-coordinate representation of color #CC4BF2: hue angle of 286.35º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4BF2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 75 242 -
CMYK 0.16 0.69 0 0.05
HSL 286.35º 0.87% 0.62% -
HSV(B) 286.35º 0.69% 0.95% -
XYZ 43.44 24.28 86.4 -
YUV 132.61 189.74 178.92 -
System Red Green Blue C M Y K H S L
Decimal 204 75 242 0.16 0.69 0 0.05 286.35 0.87 0.62
Hex CC 4B F2 10 45 0 5 11E 57 3E
Octal 314 113 362 20 105 0 5 436 127 76
Binary 11001100 1001011 11110010 10000 1000101 0 101 100011110 1010111 111110

Color Harmonies of #CC4BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BF2

Black with #CC4BF2

Text Example


Text Example

White with #CC4BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BF2; }

 p { color: rgb(204,75,242); }

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

background-color css

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

 a { background-color: rgb(204,75,242); }

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

border-color css

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

 span { border-color: rgb(204,75,242); }

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