Html Css Color HEX #CF33F7 Medium Orchid

📋 copy color: '#CF33F7'

red 207 ◦ green 51 ◦ blue 247

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

Shades of Medium Orchid #CF33F7

Tints of Medium Orchid #CF33F7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.1%

 BLUE value IS 247 (96.88% from 255) = 48.91%

R = 40.99%
G = 10.1%
B = 48.91%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF33F7 (or 0xCF33F7) is known color: Medium Orchid. HEX triplet: CF, 33 and F7. RGB value is (207,51,247). Sum of RGB (Red+Green+Blue) = 207+51+247=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 51 (20.31% from 255 or 10.10% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF33F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF33F7 is #30CC08. Grayscale: #777777. Windows color (decimal): -3197961 or 16200655. OLE color: 16200655.

HSL color Cylindrical-coordinate representation of color #CF33F7: hue angle of 287.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF33F7 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 51 247 -
CMYK 0.16 0.79 0 0.03
HSL 287.76º 0.92% 0.58% -
HSV(B) 287.76º 0.79% 0.97% -
XYZ 43.7 22.35 90.01 -
YUV 119.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 207 51 247 0.16 0.79 0 0.03 287.76 0.92 0.58
Hex CF 33 F7 10 4F 0 3 120 5C 3A
Octal 317 63 367 20 117 0 3 440 134 72
Binary 11001111 110011 11110111 10000 1001111 0 11 100100000 1011100 111010

Color Harmonies of #CF33F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF33F7

Black with #CF33F7

Text Example


Text Example

White with #CF33F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF33F7; }

 p { color: rgb(207,51,247); }

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

background-color css

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

 a { background-color: rgb(207,51,247); }

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

border-color css

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

 span { border-color: rgb(207,51,247); }

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