Html Css Color HEX #CF5ADE Medium Orchid

📋 copy color: '#CF5ADE'

red 207 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #CF5ADE

Tints of Medium Orchid #CF5ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 39.88%
G = 17.34%
B = 42.77%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5ADE (or 0xCF5ADE) is known color: Medium Orchid. HEX triplet: CF, 5A and DE. RGB value is (207,90,222). Sum of RGB (Red+Green+Blue) = 207+90+222=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ADE is #30A521. Grayscale: #8B8B8B. Windows color (decimal): -3188002 or 14572239. OLE color: 14572239.

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

Color convert

RGB 207 90 222 -
CMYK 0.07 0.59 0 0.13
HSL 293.18º 0.67% 0.61% -
HSV(B) 293.18º 0.59% 0.87% -
XYZ 42.57 25.85 71.85 -
YUV 140.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 207 90 222 0.07 0.59 0 0.13 293.18 0.67 0.61
Hex CF 5A DE 7 3B 0 D 125 43 3D
Octal 317 132 336 7 73 0 15 445 103 75
Binary 11001111 1011010 11011110 111 111011 0 1101 100100101 1000011 111101

Color Harmonies of #CF5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5ADE

Black with #CF5ADE

Text Example


Text Example

White with #CF5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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