Html Css Color HEX #CF2EEA Medium Orchid

📋 copy color: '#CF2EEA'

red 207 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #CF2EEA

Tints of Medium Orchid #CF2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

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

R = 42.51%
G = 9.45%
B = 48.05%

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

#CF2EEA (or 0xCF2EEA) is known color: Medium Orchid. HEX triplet: CF, 2E and EA. RGB value is (207,46,234). Sum of RGB (Red+Green+Blue) = 207+46+234=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2EEA is #30D115. Grayscale: #727272. Windows color (decimal): -3199254 or 15347407. OLE color: 15347407.

HSL color Cylindrical-coordinate representation of color #CF2EEA: hue angle of 291.38º 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 #CF2EEA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 46 234 -
CMYK 0.12 0.80 0 0.08
HSL 291.38º 0.82% 0.55% -
HSV(B) 291.38º 0.8% 0.92% -
XYZ 41.56 21.16 79.74 -
YUV 115.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 207 46 234 0.12 0.80 0 0.08 291.38 0.82 0.55
Hex CF 2E EA C 50 0 8 123 52 37
Octal 317 56 352 14 120 0 10 443 122 67
Binary 11001111 101110 11101010 1100 1010000 0 1000 100100011 1010010 110111

Color Harmonies of #CF2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2EEA

Black with #CF2EEA

Text Example


Text Example

White with #CF2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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