Html Css Color HEX #CF3DEE Medium Orchid

📋 copy color: '#CF3DEE'

red 207 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #CF3DEE

Tints of Medium Orchid #CF3DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 40.91%
G = 12.06%
B = 47.04%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF3DEE (or 0xCF3DEE) is known color: Medium Orchid. HEX triplet: CF, 3D and EE. RGB value is (207,61,238). Sum of RGB (Red+Green+Blue) = 207+61+238=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF3DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DEE is #30C211. Grayscale: #7C7C7C. Windows color (decimal): -3195410 or 15613391. OLE color: 15613391.

HSL color Cylindrical-coordinate representation of color #CF3DEE: hue angle of 289.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3DEE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 61 238 -
CMYK 0.13 0.74 0 0.07
HSL 289.49º 0.84% 0.59% -
HSV(B) 289.49º 0.74% 0.93% -
XYZ 42.83 22.78 83.03 -
YUV 124.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 207 61 238 0.13 0.74 0 0.07 289.49 0.84 0.59
Hex CF 3D EE D 4A 0 7 121 54 3B
Octal 317 75 356 15 112 0 7 441 124 73
Binary 11001111 111101 11101110 1101 1001010 0 111 100100001 1010100 111011

Color Harmonies of #CF3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DEE

Black with #CF3DEE

Text Example


Text Example

White with #CF3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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