Html Css Color HEX #CF35E4 Medium Orchid

📋 copy color: '#CF35E4'

red 207 ◦ green 53 ◦ blue 228

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

Shades of Medium Orchid #CF35E4

Tints of Medium Orchid #CF35E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 42.42%
G = 10.86%
B = 46.72%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF35E4 (or 0xCF35E4) is known color: Medium Orchid. HEX triplet: CF, 35 and E4. RGB value is (207,53,228). Sum of RGB (Red+Green+Blue) = 207+53+228=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF35E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35E4 is #30CA1B. Grayscale: #767676. Windows color (decimal): -3197468 or 14955983. OLE color: 14955983.

HSL color Cylindrical-coordinate representation of color #CF35E4: hue angle of 292.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF35E4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 53 228 -
CMYK 0.09 0.77 0 0.11
HSL 292.8º 0.76% 0.55% -
HSV(B) 292.8º 0.77% 0.89% -
XYZ 41.01 21.41 75.37 -
YUV 119 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 207 53 228 0.09 0.77 0 0.11 292.8 0.76 0.55
Hex CF 35 E4 9 4D 0 B 125 4C 37
Octal 317 65 344 11 115 0 13 445 114 67
Binary 11001111 110101 11100100 1001 1001101 0 1011 100100101 1001100 110111

Color Harmonies of #CF35E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35E4

Black with #CF35E4

Text Example


Text Example

White with #CF35E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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