Html Css Color HEX #CF35EA Medium Orchid

📋 copy color: '#CF35EA'

red 207 ◦ green 53 ◦ blue 234

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

Shades of Medium Orchid #CF35EA

Tints of Medium Orchid #CF35EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 41.9%
G = 10.73%
B = 47.37%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF35EA (or 0xCF35EA) is known color: Medium Orchid. HEX triplet: CF, 35 and EA. RGB value is (207,53,234). Sum of RGB (Red+Green+Blue) = 207+53+234=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF35EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF35EA is #30CA15. Grayscale: #777777. Windows color (decimal): -3197462 or 15349199. OLE color: 15349199.

HSL color Cylindrical-coordinate representation of color #CF35EA: hue angle of 291.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF35EA is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 53 234 -
CMYK 0.12 0.77 0 0.08
HSL 291.05º 0.81% 0.56% -
HSV(B) 291.05º 0.77% 0.92% -
XYZ 41.86 21.75 79.83 -
YUV 119.68 192.52 190.28 -
System Red Green Blue C M Y K H S L
Decimal 207 53 234 0.12 0.77 0 0.08 291.05 0.81 0.56
Hex CF 35 EA C 4D 0 8 123 51 38
Octal 317 65 352 14 115 0 10 443 121 70
Binary 11001111 110101 11101010 1100 1001101 0 1000 100100011 1010001 111000

Color Harmonies of #CF35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35EA

Black with #CF35EA

Text Example


Text Example

White with #CF35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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