Html Css Color HEX #CF36FD Medium Orchid

📋 copy color: '#CF36FD'

red 207 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #CF36FD

Tints of Medium Orchid #CF36FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 40.27%
G = 10.51%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF36FD (or 0xCF36FD) is known color: Medium Orchid. HEX triplet: CF, 36 and FD. RGB value is (207,54,253). Sum of RGB (Red+Green+Blue) = 207+54+253=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36FD is #30C902. Grayscale: #797979. Windows color (decimal): -3197187 or 16594639. OLE color: 16594639.

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

Color convert

RGB 207 54 253 -
CMYK 0.18 0.79 0 0.01
HSL 286.13º 0.98% 0.6% -
HSV(B) 286.13º 0.79% 0.99% -
XYZ 44.78 23 95.01 -
YUV 122.43 201.69 188.32 -
System Red Green Blue C M Y K H S L
Decimal 207 54 253 0.18 0.79 0 0.01 286.13 0.98 0.6
Hex CF 36 FD 12 4F 0 1 11E 62 3C
Octal 317 66 375 22 117 0 1 436 142 74
Binary 11001111 110110 11111101 10010 1001111 0 1 100011110 1100010 111100

Color Harmonies of #CF36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36FD

Black with #CF36FD

Text Example


Text Example

White with #CF36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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