Html Css Color HEX #CF3EEA Medium Orchid

📋 copy color: '#CF3EEA'

red 207 ◦ green 62 ◦ blue 234

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

Shades of Medium Orchid #CF3EEA

Tints of Medium Orchid #CF3EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.33%

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

R = 41.15%
G = 12.33%
B = 46.52%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF3EEA (or 0xCF3EEA) is known color: Medium Orchid. HEX triplet: CF, 3E and EA. RGB value is (207,62,234). Sum of RGB (Red+Green+Blue) = 207+62+234=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EEA is #30C115. Grayscale: #7C7C7C. Windows color (decimal): -3195158 or 15351503. OLE color: 15351503.

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

Color convert

RGB 207 62 234 -
CMYK 0.12 0.74 0 0.08
HSL 290.58º 0.8% 0.58% -
HSV(B) 290.58º 0.74% 0.92% -
XYZ 42.31 22.65 79.98 -
YUV 124.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 207 62 234 0.12 0.74 0 0.08 290.58 0.8 0.58
Hex CF 3E EA C 4A 0 8 123 50 3A
Octal 317 76 352 14 112 0 10 443 120 72
Binary 11001111 111110 11101010 1100 1001010 0 1000 100100011 1010000 111010

Color Harmonies of #CF3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3EEA

Black with #CF3EEA

Text Example


Text Example

White with #CF3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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