Html Css Color HEX #CF4CE0 Medium Orchid

📋 copy color: '#CF4CE0'

red 207 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #CF4CE0

Tints of Medium Orchid #CF4CE0

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

 GREEN value IS 76 (30.08% from 255) = 14.99%

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 40.83%
G = 14.99%
B = 44.18%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF4CE0 (or 0xCF4CE0) is known color: Medium Orchid. HEX triplet: CF, 4C and E0. RGB value is (207,76,224). Sum of RGB (Red+Green+Blue) = 207+76+224=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CE0 is #30B31F. Grayscale: #838383. Windows color (decimal): -3191584 or 14699727. OLE color: 14699727.

HSL color Cylindrical-coordinate representation of color #CF4CE0: hue angle of 293.11º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4CE0 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 76 224 -
CMYK 0.08 0.66 0 0.12
HSL 293.11º 0.7% 0.59% -
HSV(B) 293.11º 0.66% 0.88% -
XYZ 41.77 23.82 72.92 -
YUV 132.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 207 76 224 0.08 0.66 0 0.12 293.11 0.7 0.59
Hex CF 4C E0 8 42 0 C 125 46 3B
Octal 317 114 340 10 102 0 14 445 106 73
Binary 11001111 1001100 11100000 1000 1000010 0 1100 100100101 1000110 111011

Color Harmonies of #CF4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CE0

Black with #CF4CE0

Text Example


Text Example

White with #CF4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CE0; }

 p { color: rgb(207,76,224); }

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

background-color css

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

 a { background-color: rgb(207,76,224); }

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

border-color css

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

 span { border-color: rgb(207,76,224); }

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