Html Css Color HEX #CF6EDF Orchid

📋 copy color: '#CF6EDF'

red 207 ◦ green 110 ◦ blue 223

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

Shades of Orchid #CF6EDF

Tints of Orchid #CF6EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.37%

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

R = 38.33%
G = 20.37%
B = 41.3%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF6EDF (or 0xCF6EDF) is known color: Orchid. HEX triplet: CF, 6E and DF. RGB value is (207,110,223). Sum of RGB (Red+Green+Blue) = 207+110+223=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDF is #309120. Grayscale: #979797. Windows color (decimal): -3182881 or 14642895. OLE color: 14642895.

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

Color convert

RGB 207 110 223 -
CMYK 0.07 0.51 0 0.13
HSL 291.5º 0.64% 0.65% -
HSV(B) 291.5º 0.51% 0.87% -
XYZ 44.63 29.74 73.2 -
YUV 151.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 207 110 223 0.07 0.51 0 0.13 291.5 0.64 0.65
Hex CF 6E DF 7 33 0 D 124 40 41
Octal 317 156 337 7 63 0 15 444 100 101
Binary 11001111 1101110 11011111 111 110011 0 1101 100100100 1000000 1000001

Color Harmonies of #CF6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EDF

Black with #CF6EDF

Text Example


Text Example

White with #CF6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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