Html Css Color HEX #CF4EEB Medium Orchid

📋 copy color: '#CF4EEB'

red 207 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #CF4EEB

Tints of Medium Orchid #CF4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15%

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 39.81%
G = 15%
B = 45.19%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF4EEB (or 0xCF4EEB) is known color: Medium Orchid. HEX triplet: CF, 4E and EB. RGB value is (207,78,235). Sum of RGB (Red+Green+Blue) = 207+78+235=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEB is #30B114. Grayscale: #858585. Windows color (decimal): -3191061 or 15421135. OLE color: 15421135.

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

Color convert

RGB 207 78 235 -
CMYK 0.12 0.67 0 0.08
HSL 289.3º 0.8% 0.61% -
HSV(B) 289.3º 0.67% 0.92% -
XYZ 43.45 24.71 81.08 -
YUV 134.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 207 78 235 0.12 0.67 0 0.08 289.3 0.8 0.61
Hex CF 4E EB C 43 0 8 121 50 3D
Octal 317 116 353 14 103 0 10 441 120 75
Binary 11001111 1001110 11101011 1100 1000011 0 1000 100100001 1010000 111101

Color Harmonies of #CF4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4EEB

Black with #CF4EEB

Text Example


Text Example

White with #CF4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4EEB; }

 p { color: rgb(207,78,235); }

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

background-color css

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

 a { background-color: rgb(207,78,235); }

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

border-color css

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

 span { border-color: rgb(207,78,235); }

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