Html Css Color HEX #CF5AED Medium Orchid

📋 copy color: '#CF5AED'

red 207 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #CF5AED

Tints of Medium Orchid #CF5AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 38.76%
G = 16.85%
B = 44.38%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF5AED (or 0xCF5AED) is known color: Medium Orchid. HEX triplet: CF, 5A and ED. RGB value is (207,90,237). Sum of RGB (Red+Green+Blue) = 207+90+237=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AED is #30A512. Grayscale: #8D8D8D. Windows color (decimal): -3187987 or 15555279. OLE color: 15555279.

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

Color convert

RGB 207 90 237 -
CMYK 0.13 0.62 0 0.07
HSL 287.76º 0.8% 0.64% -
HSV(B) 287.76º 0.62% 0.93% -
XYZ 44.67 26.69 82.92 -
YUV 141.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 207 90 237 0.13 0.62 0 0.07 287.76 0.8 0.64
Hex CF 5A ED D 3E 0 7 120 50 40
Octal 317 132 355 15 76 0 7 440 120 100
Binary 11001111 1011010 11101101 1101 111110 0 111 100100000 1010000 1000000

Color Harmonies of #CF5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5AED

Black with #CF5AED

Text Example


Text Example

White with #CF5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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