Html Css Color HEX #CF35EF Medium Orchid

📋 copy color: '#CF35EF'

red 207 ◦ green 53 ◦ blue 239

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

Shades of Medium Orchid #CF35EF

Tints of Medium Orchid #CF35EF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.62%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 41.48%
G = 10.62%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF35EF (or 0xCF35EF) is known color: Medium Orchid. HEX triplet: CF, 35 and EF. RGB value is (207,53,239). Sum of RGB (Red+Green+Blue) = 207+53+239=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF35EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF35EF is #30CA10. Grayscale: #777777. Windows color (decimal): -3197457 or 15676879. OLE color: 15676879.

HSL color Cylindrical-coordinate representation of color #CF35EF: hue angle of 289.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF35EF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 53 239 -
CMYK 0.13 0.78 0 0.06
HSL 289.68º 0.85% 0.57% -
HSV(B) 289.68º 0.78% 0.94% -
XYZ 42.59 22.04 83.67 -
YUV 120.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 207 53 239 0.13 0.78 0 0.06 289.68 0.85 0.57
Hex CF 35 EF D 4E 0 6 122 55 39
Octal 317 65 357 15 116 0 6 442 125 71
Binary 11001111 110101 11101111 1101 1001110 0 110 100100010 1010101 111001

Color Harmonies of #CF35EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35EF

Black with #CF35EF

Text Example


Text Example

White with #CF35EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35EF; }

 p { color: rgb(207,53,239); }

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

background-color css

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

 a { background-color: rgb(207,53,239); }

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

border-color css

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

 span { border-color: rgb(207,53,239); }

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