Html Css Color HEX #CF35DF Medium Orchid

📋 copy color: '#CF35DF'

red 207 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #CF35DF

Tints of Medium Orchid #CF35DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 42.86%
G = 10.97%
B = 46.17%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF35DF (or 0xCF35DF) is known color: Medium Orchid. HEX triplet: CF, 35 and DF. RGB value is (207,53,223). Sum of RGB (Red+Green+Blue) = 207+53+223=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35DF is #30CA20. Grayscale: #757575. Windows color (decimal): -3197473 or 14628303. OLE color: 14628303.

HSL color Cylindrical-coordinate representation of color #CF35DF: hue angle of 294.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF35DF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 53 223 -
CMYK 0.07 0.76 0 0.13
HSL 294.35º 0.73% 0.54% -
HSV(B) 294.35º 0.76% 0.87% -
XYZ 40.32 21.14 71.77 -
YUV 118.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 207 53 223 0.07 0.76 0 0.13 294.35 0.73 0.54
Hex CF 35 DF 7 4C 0 D 126 49 36
Octal 317 65 337 7 114 0 15 446 111 66
Binary 11001111 110101 11011111 111 1001100 0 1101 100100110 1001001 110110

Color Harmonies of #CF35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35DF

Black with #CF35DF

Text Example


Text Example

White with #CF35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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