Html Css Color HEX #CF5BEA Medium Orchid

📋 copy color: '#CF5BEA'

red 207 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #CF5BEA

Tints of Medium Orchid #CF5BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.11%

 BLUE value IS 234 (91.8% from 255) = 43.98%

R = 38.91%
G = 17.11%
B = 43.98%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5BEA (or 0xCF5BEA) is known color: Medium Orchid. HEX triplet: CF, 5B and EA. RGB value is (207,91,234). Sum of RGB (Red+Green+Blue) = 207+91+234=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5BEA is #30A415. Grayscale: #8D8D8D. Windows color (decimal): -3187734 or 15358927. OLE color: 15358927.

HSL color Cylindrical-coordinate representation of color #CF5BEA: hue angle of 288.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5BEA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 91 234 -
CMYK 0.12 0.61 0 0.08
HSL 288.67º 0.77% 0.64% -
HSV(B) 288.67º 0.61% 0.92% -
XYZ 44.32 26.69 80.66 -
YUV 141.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 207 91 234 0.12 0.61 0 0.08 288.67 0.77 0.64
Hex CF 5B EA C 3D 0 8 121 4D 40
Octal 317 133 352 14 75 0 10 441 115 100
Binary 11001111 1011011 11101010 1100 111101 0 1000 100100001 1001101 1000000

Color Harmonies of #CF5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BEA

Black with #CF5BEA

Text Example


Text Example

White with #CF5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BEA; }

 p { color: rgb(207,91,234); }

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

background-color css

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

 a { background-color: rgb(207,91,234); }

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

border-color css

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

 span { border-color: rgb(207,91,234); }

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