Html Css Color HEX #CF3BE9 Medium Orchid

📋 copy color: '#CF3BE9'

red 207 ◦ green 59 ◦ blue 233

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

Shades of Medium Orchid #CF3BE9

Tints of Medium Orchid #CF3BE9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.82%

 BLUE value IS 233 (91.41% from 255) = 46.69%

R = 41.48%
G = 11.82%
B = 46.69%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF3BE9 (or 0xCF3BE9) is known color: Medium Orchid. HEX triplet: CF, 3B and E9. RGB value is (207,59,233). Sum of RGB (Red+Green+Blue) = 207+59+233=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF3BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BE9 is #30C416. Grayscale: #7A7A7A. Windows color (decimal): -3195927 or 15285199. OLE color: 15285199.

HSL color Cylindrical-coordinate representation of color #CF3BE9: hue angle of 291.03º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3BE9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 59 233 -
CMYK 0.11 0.75 0 0.09
HSL 291.03º 0.8% 0.57% -
HSV(B) 291.03º 0.75% 0.91% -
XYZ 42 22.28 79.18 -
YUV 123.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 207 59 233 0.11 0.75 0 0.09 291.03 0.8 0.57
Hex CF 3B E9 B 4B 0 9 123 50 39
Octal 317 73 351 13 113 0 11 443 120 71
Binary 11001111 111011 11101001 1011 1001011 0 1001 100100011 1010000 111001

Color Harmonies of #CF3BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3BE9

Black with #CF3BE9

Text Example


Text Example

White with #CF3BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3BE9; }

 p { color: rgb(207,59,233); }

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

background-color css

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

 a { background-color: rgb(207,59,233); }

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

border-color css

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

 span { border-color: rgb(207,59,233); }

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