Html Css Color HEX #CF3DE3 Medium Orchid

📋 copy color: '#CF3DE3'

red 207 ◦ green 61 ◦ blue 227

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

Shades of Medium Orchid #CF3DE3

Tints of Medium Orchid #CF3DE3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.32%

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 41.82%
G = 12.32%
B = 45.86%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF3DE3 (or 0xCF3DE3) is known color: Medium Orchid. HEX triplet: CF, 3D and E3. RGB value is (207,61,227). Sum of RGB (Red+Green+Blue) = 207+61+227=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF3DE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DE3 is #30C21C. Grayscale: #7B7B7B. Windows color (decimal): -3195421 or 14892495. OLE color: 14892495.

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

Color convert

RGB 207 61 227 -
CMYK 0.09 0.73 0 0.11
HSL 292.77º 0.75% 0.56% -
HSV(B) 292.77º 0.73% 0.89% -
XYZ 41.27 22.15 74.77 -
YUV 123.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 207 61 227 0.09 0.73 0 0.11 292.77 0.75 0.56
Hex CF 3D E3 9 49 0 B 125 4B 38
Octal 317 75 343 11 111 0 13 445 113 70
Binary 11001111 111101 11100011 1001 1001001 0 1011 100100101 1001011 111000

Color Harmonies of #CF3DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DE3

Black with #CF3DE3

Text Example


Text Example

White with #CF3DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DE3; }

 p { color: rgb(207,61,227); }

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

background-color css

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

 a { background-color: rgb(207,61,227); }

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

border-color css

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

 span { border-color: rgb(207,61,227); }

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