Html Css Color HEX #CF4AEE Medium Orchid

📋 copy color: '#CF4AEE'

red 207 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #CF4AEE

Tints of Medium Orchid #CF4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.26%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 39.88%
G = 14.26%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF4AEE (or 0xCF4AEE) is known color: Medium Orchid. HEX triplet: CF, 4A and EE. RGB value is (207,74,238). Sum of RGB (Red+Green+Blue) = 207+74+238=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AEE is #30B511. Grayscale: #838383. Windows color (decimal): -3192082 or 15616719. OLE color: 15616719.

HSL color Cylindrical-coordinate representation of color #CF4AEE: hue angle of 288.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4AEE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 74 238 -
CMYK 0.13 0.69 0 0.07
HSL 288.66º 0.83% 0.61% -
HSV(B) 288.66º 0.69% 0.93% -
XYZ 43.61 24.34 83.29 -
YUV 132.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 207 74 238 0.13 0.69 0 0.07 288.66 0.83 0.61
Hex CF 4A EE D 45 0 7 121 53 3D
Octal 317 112 356 15 105 0 7 441 123 75
Binary 11001111 1001010 11101110 1101 1000101 0 111 100100001 1010011 111101

Color Harmonies of #CF4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AEE

Black with #CF4AEE

Text Example


Text Example

White with #CF4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AEE; }

 p { color: rgb(207,74,238); }

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

background-color css

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

 a { background-color: rgb(207,74,238); }

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

border-color css

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

 span { border-color: rgb(207,74,238); }

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