Html Css Color HEX #CF34F1 Medium Orchid

📋 copy color: '#CF34F1'

red 207 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #CF34F1

Tints of Medium Orchid #CF34F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.4%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 41.4%
G = 10.4%
B = 48.2%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF34F1 (or 0xCF34F1) is known color: Medium Orchid. HEX triplet: CF, 34 and F1. RGB value is (207,52,241). Sum of RGB (Red+Green+Blue) = 207+52+241=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34F1 is #30CB0E. Grayscale: #777777. Windows color (decimal): -3197711 or 15807695. OLE color: 15807695.

HSL color Cylindrical-coordinate representation of color #CF34F1: hue angle of 289.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF34F1 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 52 241 -
CMYK 0.14 0.78 0 0.05
HSL 289.21º 0.87% 0.57% -
HSV(B) 289.21º 0.78% 0.95% -
XYZ 42.84 22.07 85.22 -
YUV 119.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 207 52 241 0.14 0.78 0 0.05 289.21 0.87 0.57
Hex CF 34 F1 E 4E 0 5 121 57 39
Octal 317 64 361 16 116 0 5 441 127 71
Binary 11001111 110100 11110001 1110 1001110 0 101 100100001 1010111 111001

Color Harmonies of #CF34F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF34F1

Black with #CF34F1

Text Example


Text Example

White with #CF34F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF34F1; }

 p { color: rgb(207,52,241); }

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

background-color css

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

 a { background-color: rgb(207,52,241); }

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

border-color css

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

 span { border-color: rgb(207,52,241); }

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