Html Css Color HEX #CF36FB Medium Orchid

📋 copy color: '#CF36FB'

red 207 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #CF36FB

Tints of Medium Orchid #CF36FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.55%

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 40.43%
G = 10.55%
B = 49.02%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF36FB (or 0xCF36FB) is known color: Medium Orchid. HEX triplet: CF, 36 and FB. RGB value is (207,54,251). Sum of RGB (Red+Green+Blue) = 207+54+251=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36FB is #30C904. Grayscale: #797979. Windows color (decimal): -3197189 or 16463567. OLE color: 16463567.

HSL color Cylindrical-coordinate representation of color #CF36FB: hue angle of 286.6º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF36FB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 54 251 -
CMYK 0.18 0.78 0 0.02
HSL 286.6º 0.96% 0.6% -
HSV(B) 286.6º 0.78% 0.98% -
XYZ 44.46 22.87 93.34 -
YUV 122.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 207 54 251 0.18 0.78 0 0.02 286.6 0.96 0.6
Hex CF 36 FB 12 4E 0 2 11F 60 3C
Octal 317 66 373 22 116 0 2 437 140 74
Binary 11001111 110110 11111011 10010 1001110 0 10 100011111 1100000 111100

Color Harmonies of #CF36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36FB

Black with #CF36FB

Text Example


Text Example

White with #CF36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36FB; }

 p { color: rgb(207,54,251); }

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

background-color css

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

 a { background-color: rgb(207,54,251); }

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

border-color css

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

 span { border-color: rgb(207,54,251); }

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