Html Css Color HEX #CF3CE9 Medium Orchid

📋 copy color: '#CF3CE9'

red 207 ◦ green 60 ◦ blue 233

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

Shades of Medium Orchid #CF3CE9

Tints of Medium Orchid #CF3CE9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12%

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

R = 41.4%
G = 12%
B = 46.6%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF3CE9 (or 0xCF3CE9) is known color: Medium Orchid. HEX triplet: CF, 3C and E9. RGB value is (207,60,233). Sum of RGB (Red+Green+Blue) = 207+60+233=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CE9 is #30C316. Grayscale: #7B7B7B. Windows color (decimal): -3195671 or 15285455. OLE color: 15285455.

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

Color convert

RGB 207 60 233 -
CMYK 0.11 0.74 0 0.09
HSL 290.98º 0.8% 0.57% -
HSV(B) 290.98º 0.74% 0.91% -
XYZ 42.06 22.38 79.19 -
YUV 123.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 207 60 233 0.11 0.74 0 0.09 290.98 0.8 0.57
Hex CF 3C E9 B 4A 0 9 123 50 39
Octal 317 74 351 13 112 0 11 443 120 71
Binary 11001111 111100 11101001 1011 1001010 0 1001 100100011 1010000 111001

Color Harmonies of #CF3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CE9

Black with #CF3CE9

Text Example


Text Example

White with #CF3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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