Html Css Color HEX #CF41FE Medium Orchid

📋 copy color: '#CF41FE'

red 207 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #CF41FE

Tints of Medium Orchid #CF41FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 39.35%
G = 12.36%
B = 48.29%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF41FE (or 0xCF41FE) is known color: Medium Orchid. HEX triplet: CF, 41 and FE. RGB value is (207,65,254). Sum of RGB (Red+Green+Blue) = 207+65+254=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41FE is #30BE01. Grayscale: #808080. Windows color (decimal): -3194370 or 16662991. OLE color: 16662991.

HSL color Cylindrical-coordinate representation of color #CF41FE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF41FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 65 254 -
CMYK 0.19 0.74 0 0.00
HSL 285.08º 0.99% 0.63% -
HSV(B) 285.08º 0.74% 1% -
XYZ 45.51 24.2 96.04 -
YUV 129 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 207 65 254 0.19 0.74 0 0.00 285.08 0.99 0.63
Hex CF 41 FE 13 4A 0 0 11D 63 3F
Octal 317 101 376 23 112 0 0 435 143 77
Binary 11001111 1000001 11111110 10011 1001010 0 0 100011101 1100011 111111

Color Harmonies of #CF41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41FE

Black with #CF41FE

Text Example


Text Example

White with #CF41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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