Html Css Color HEX #CF2FEA Medium Orchid

📋 copy color: '#CF2FEA'

red 207 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #CF2FEA

Tints of Medium Orchid #CF2FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.63%

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

R = 42.42%
G = 9.63%
B = 47.95%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF2FEA (or 0xCF2FEA) is known color: Medium Orchid. HEX triplet: CF, 2F and EA. RGB value is (207,47,234). Sum of RGB (Red+Green+Blue) = 207+47+234=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEA is #30D015. Grayscale: #737373. Windows color (decimal): -3198998 or 15347663. OLE color: 15347663.

HSL color Cylindrical-coordinate representation of color #CF2FEA: hue angle of 291.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FEA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 47 234 -
CMYK 0.12 0.80 0 0.08
HSL 291.34º 0.82% 0.55% -
HSV(B) 291.34º 0.8% 0.92% -
XYZ 41.6 21.24 79.75 -
YUV 116.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 207 47 234 0.12 0.80 0 0.08 291.34 0.82 0.55
Hex CF 2F EA C 50 0 8 123 52 37
Octal 317 57 352 14 120 0 10 443 122 67
Binary 11001111 101111 11101010 1100 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #CF2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2FEA

Black with #CF2FEA

Text Example


Text Example

White with #CF2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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