Html Css Color HEX #CF41FC Medium Orchid

📋 copy color: '#CF41FC'

red 207 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #CF41FC

Tints of Medium Orchid #CF41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.4%

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

R = 39.5%
G = 12.4%
B = 48.09%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF41FC (or 0xCF41FC) is known color: Medium Orchid. HEX triplet: CF, 41 and FC. RGB value is (207,65,252). Sum of RGB (Red+Green+Blue) = 207+65+252=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41FC is #30BE03. Grayscale: #808080. Windows color (decimal): -3194372 or 16531919. OLE color: 16531919.

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

Color convert

RGB 207 65 252 -
CMYK 0.18 0.74 0 0.01
HSL 285.56º 0.97% 0.62% -
HSV(B) 285.56º 0.74% 0.99% -
XYZ 45.19 24.07 94.36 -
YUV 128.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 207 65 252 0.18 0.74 0 0.01 285.56 0.97 0.62
Hex CF 41 FC 12 4A 0 1 11E 61 3E
Octal 317 101 374 22 112 0 1 436 141 76
Binary 11001111 1000001 11111100 10010 1001010 0 1 100011110 1100001 111110

Color Harmonies of #CF41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41FC

Black with #CF41FC

Text Example


Text Example

White with #CF41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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