Html Css Color HEX #CF5FEA Medium Orchid

📋 copy color: '#CF5FEA'

red 207 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #CF5FEA

Tints of Medium Orchid #CF5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.72%

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

R = 38.62%
G = 17.72%
B = 43.66%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF5FEA (or 0xCF5FEA) is known color: Medium Orchid. HEX triplet: CF, 5F and EA. RGB value is (207,95,234). Sum of RGB (Red+Green+Blue) = 207+95+234=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FEA is #30A015. Grayscale: #8F8F8F. Windows color (decimal): -3186710 or 15359951. OLE color: 15359951.

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

Color convert

RGB 207 95 234 -
CMYK 0.12 0.59 0 0.08
HSL 288.35º 0.77% 0.65% -
HSV(B) 288.35º 0.59% 0.92% -
XYZ 44.68 27.39 80.77 -
YUV 144.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 207 95 234 0.12 0.59 0 0.08 288.35 0.77 0.65
Hex CF 5F EA C 3B 0 8 120 4D 41
Octal 317 137 352 14 73 0 10 440 115 101
Binary 11001111 1011111 11101010 1100 111011 0 1000 100100000 1001101 1000001

Color Harmonies of #CF5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FEA

Black with #CF5FEA

Text Example


Text Example

White with #CF5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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