Html Css Color HEX #CF6DDF Orchid

📋 copy color: '#CF6DDF'

red 207 ◦ green 109 ◦ blue 223

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

Shades of Orchid #CF6DDF

Tints of Orchid #CF6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

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

R = 38.4%
G = 20.22%
B = 41.37%

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

#CF6DDF (or 0xCF6DDF) is known color: Orchid. HEX triplet: CF, 6D and DF. RGB value is (207,109,223). Sum of RGB (Red+Green+Blue) = 207+109+223=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DDF is #309220. Grayscale: #969696. Windows color (decimal): -3183137 or 14642639. OLE color: 14642639.

HSL color Cylindrical-coordinate representation of color #CF6DDF: hue angle of 291.58º 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 #CF6DDF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 109 223 -
CMYK 0.07 0.51 0 0.13
HSL 291.58º 0.64% 0.65% -
HSV(B) 291.58º 0.51% 0.87% -
XYZ 44.52 29.53 73.17 -
YUV 151.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 207 109 223 0.07 0.51 0 0.13 291.58 0.64 0.65
Hex CF 6D DF 7 33 0 D 124 40 41
Octal 317 155 337 7 63 0 15 444 100 101
Binary 11001111 1101101 11011111 111 110011 0 1101 100100100 1000000 1000001

Color Harmonies of #CF6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DDF

Black with #CF6DDF

Text Example


Text Example

White with #CF6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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