Html Css Color HEX #CF2DEA Medium Orchid

📋 copy color: '#CF2DEA'

red 207 ◦ green 45 ◦ blue 234

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

Shades of Medium Orchid #CF2DEA

Tints of Medium Orchid #CF2DEA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.26%

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

R = 42.59%
G = 9.26%
B = 48.15%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF2DEA (or 0xCF2DEA) is known color: Medium Orchid. HEX triplet: CF, 2D and EA. RGB value is (207,45,234). Sum of RGB (Red+Green+Blue) = 207+45+234=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF2DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2DEA is #30D215. Grayscale: #727272. Windows color (decimal): -3199510 or 15347151. OLE color: 15347151.

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

Color convert

RGB 207 45 234 -
CMYK 0.12 0.81 0 0.08
HSL 291.43º 0.82% 0.55% -
HSV(B) 291.43º 0.81% 0.92% -
XYZ 41.52 21.08 79.72 -
YUV 114.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 207 45 234 0.12 0.81 0 0.08 291.43 0.82 0.55
Hex CF 2D EA C 51 0 8 123 52 37
Octal 317 55 352 14 121 0 10 443 122 67
Binary 11001111 101101 11101010 1100 1010001 0 1000 100100011 1010010 110111

Color Harmonies of #CF2DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DEA

Black with #CF2DEA

Text Example


Text Example

White with #CF2DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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