Html Css Color HEX #CF38FC Medium Orchid

📋 copy color: '#CF38FC'

red 207 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #CF38FC

Tints of Medium Orchid #CF38FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.87%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 40.19%
G = 10.87%
B = 48.93%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF38FC (or 0xCF38FC) is known color: Medium Orchid. HEX triplet: CF, 38 and FC. RGB value is (207,56,252). Sum of RGB (Red+Green+Blue) = 207+56+252=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 56 (22.27% from 255 or 10.87% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF38FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38FC is #30C703. Grayscale: #7A7A7A. Windows color (decimal): -3196676 or 16529615. OLE color: 16529615.

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

Color convert

RGB 207 56 252 -
CMYK 0.18 0.78 0 0.01
HSL 286.22º 0.97% 0.6% -
HSV(B) 286.22º 0.78% 0.99% -
XYZ 44.72 23.12 94.2 -
YUV 123.49 200.53 187.56 -
System Red Green Blue C M Y K H S L
Decimal 207 56 252 0.18 0.78 0 0.01 286.22 0.97 0.6
Hex CF 38 FC 12 4E 0 1 11E 61 3C
Octal 317 70 374 22 116 0 1 436 141 74
Binary 11001111 111000 11111100 10010 1001110 0 1 100011110 1100001 111100

Color Harmonies of #CF38FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38FC

Black with #CF38FC

Text Example


Text Example

White with #CF38FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38FC; }

 p { color: rgb(207,56,252); }

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

background-color css

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

 a { background-color: rgb(207,56,252); }

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

border-color css

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

 span { border-color: rgb(207,56,252); }

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