Html Css Color HEX #CF5AE0 Medium Orchid

📋 copy color: '#CF5AE0'

red 207 ◦ green 90 ◦ blue 224

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

Shades of Medium Orchid #CF5AE0

Tints of Medium Orchid #CF5AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

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

R = 39.73%
G = 17.27%
B = 42.99%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF5AE0 (or 0xCF5AE0) is known color: Medium Orchid. HEX triplet: CF, 5A and E0. RGB value is (207,90,224). Sum of RGB (Red+Green+Blue) = 207+90+224=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF5AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AE0 is #30A51F. Grayscale: #8B8B8B. Windows color (decimal): -3188000 or 14703311. OLE color: 14703311.

HSL color Cylindrical-coordinate representation of color #CF5AE0: hue angle of 292.39º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5AE0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 90 224 -
CMYK 0.08 0.60 0 0.12
HSL 292.39º 0.68% 0.62% -
HSV(B) 292.39º 0.6% 0.88% -
XYZ 42.84 25.96 73.27 -
YUV 140.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 207 90 224 0.08 0.60 0 0.12 292.39 0.68 0.62
Hex CF 5A E0 8 3C 0 C 124 44 3E
Octal 317 132 340 10 74 0 14 444 104 76
Binary 11001111 1011010 11100000 1000 111100 0 1100 100100100 1000100 111110

Color Harmonies of #CF5AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AE0

Black with #CF5AE0

Text Example


Text Example

White with #CF5AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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