Html Css Color HEX #CC4BF1 Medium Orchid

📋 copy color: '#CC4BF1'

red 204 ◦ green 75 ◦ blue 241

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

Shades of Medium Orchid #CC4BF1

Tints of Medium Orchid #CC4BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 39.23%
G = 14.42%
B = 46.35%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC4BF1 (or 0xCC4BF1) is known color: Medium Orchid. HEX triplet: CC, 4B and F1. RGB value is (204,75,241). Sum of RGB (Red+Green+Blue) = 204+75+241=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC4BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BF1 is #33B40E. Grayscale: #838383. Windows color (decimal): -3388431 or 15813580. OLE color: 15813580.

HSL color Cylindrical-coordinate representation of color #CC4BF1: hue angle of 286.63º degrees, saturation: 0.86, 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 #CC4BF1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 75 241 -
CMYK 0.15 0.69 0 0.05
HSL 286.63º 0.86% 0.62% -
HSV(B) 286.63º 0.69% 0.95% -
XYZ 43.3 24.22 85.61 -
YUV 132.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 204 75 241 0.15 0.69 0 0.05 286.63 0.86 0.62
Hex CC 4B F1 F 45 0 5 11F 56 3E
Octal 314 113 361 17 105 0 5 437 126 76
Binary 11001100 1001011 11110001 1111 1000101 0 101 100011111 1010110 111110

Color Harmonies of #CC4BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BF1

Black with #CC4BF1

Text Example


Text Example

White with #CC4BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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