Html Css Color HEX #CF37FA Medium Orchid

📋 copy color: '#CF37FA'

red 207 ◦ green 55 ◦ blue 250

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

Shades of Medium Orchid #CF37FA

Tints of Medium Orchid #CF37FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.74%

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

R = 40.43%
G = 10.74%
B = 48.83%

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

#CF37FA (or 0xCF37FA) is known color: Medium Orchid. HEX triplet: CF, 37 and FA. RGB value is (207,55,250). Sum of RGB (Red+Green+Blue) = 207+55+250=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF37FA is #30C805. Grayscale: #7A7A7A. Windows color (decimal): -3196934 or 16398287. OLE color: 16398287.

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

Color convert

RGB 207 55 250 -
CMYK 0.17 0.78 0 0.02
HSL 286.77º 0.95% 0.6% -
HSV(B) 286.77º 0.78% 0.98% -
XYZ 44.35 22.9 92.52 -
YUV 122.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 207 55 250 0.17 0.78 0 0.02 286.77 0.95 0.6
Hex CF 37 FA 11 4E 0 2 11F 5F 3C
Octal 317 67 372 21 116 0 2 437 137 74
Binary 11001111 110111 11111010 10001 1001110 0 10 100011111 1011111 111100

Color Harmonies of #CF37FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37FA

Black with #CF37FA

Text Example


Text Example

White with #CF37FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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