Html Css Color HEX #CF36FA Medium Orchid

📋 copy color: '#CF36FA'

red 207 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #CF36FA

Tints of Medium Orchid #CF36FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 40.51%
G = 10.57%
B = 48.92%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF36FA (or 0xCF36FA) is known color: Medium Orchid. HEX triplet: CF, 36 and FA. RGB value is (207,54,250). Sum of RGB (Red+Green+Blue) = 207+54+250=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF36FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36FA is #30C905. Grayscale: #797979. Windows color (decimal): -3197190 or 16398031. OLE color: 16398031.

HSL color Cylindrical-coordinate representation of color #CF36FA: hue angle of 286.84º degrees, saturation: 0.95, 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 #CF36FA is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 54 250 -
CMYK 0.17 0.78 0 0.02
HSL 286.84º 0.95% 0.6% -
HSV(B) 286.84º 0.78% 0.98% -
XYZ 44.31 22.81 92.51 -
YUV 122.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 207 54 250 0.17 0.78 0 0.02 286.84 0.95 0.6
Hex CF 36 FA 11 4E 0 2 11F 5F 3C
Octal 317 66 372 21 116 0 2 437 137 74
Binary 11001111 110110 11111010 10001 1001110 0 10 100011111 1011111 111100

Color Harmonies of #CF36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36FA

Black with #CF36FA

Text Example


Text Example

White with #CF36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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