Html Css Color HEX #CC4BFA Medium Orchid

📋 copy color: '#CC4BFA'

red 204 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #CC4BFA

Tints of Medium Orchid #CC4BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 38.56%
G = 14.18%
B = 47.26%

CMYK

 C value IS 0.18

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC4BFA (or 0xCC4BFA) is known color: Medium Orchid. HEX triplet: CC, 4B and FA. RGB value is (204,75,250). Sum of RGB (Red+Green+Blue) = 204+75+250=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BFA is #33B405. Grayscale: #848484. Windows color (decimal): -3388422 or 16403404. OLE color: 16403404.

HSL color Cylindrical-coordinate representation of color #CC4BFA: hue angle of 284.23º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4BFA is Cyan = 0.18, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 75 250 -
CMYK 0.18 0.7 0 0.02
HSL 284.23º 0.95% 0.64% -
HSV(B) 284.23º 0.7% 0.98% -
XYZ 44.67 24.77 92.87 -
YUV 133.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 204 75 250 0.18 0.7 0 0.02 284.23 0.95 0.64
Hex CC 4B FA 12 46 0 2 11C 5F 40
Octal 314 113 372 22 106 0 2 434 137 100
Binary 11001100 1001011 11111010 10010 1000110 0 10 100011100 1011111 1000000

Color Harmonies of #CC4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BFA

Black with #CC4BFA

Text Example


Text Example

White with #CC4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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