Html Css Color HEX #CF7DDF Orchid

📋 copy color: '#CF7DDF'

red 207 ◦ green 125 ◦ blue 223

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

Shades of Orchid #CF7DDF

Tints of Orchid #CF7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.52%

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

R = 37.3%
G = 22.52%
B = 40.18%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF7DDF (or 0xCF7DDF) is known color: Orchid. HEX triplet: CF, 7D and DF. RGB value is (207,125,223). Sum of RGB (Red+Green+Blue) = 207+125+223=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDF is #308220. Grayscale: #A0A0A0. Windows color (decimal): -3179041 or 14646735. OLE color: 14646735.

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

Color convert

RGB 207 125 223 -
CMYK 0.07 0.44 0 0.13
HSL 290.2º 0.6% 0.68% -
HSV(B) 290.2º 0.44% 0.87% -
XYZ 46.39 33.26 73.79 -
YUV 160.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 207 125 223 0.07 0.44 0 0.13 290.2 0.6 0.68
Hex CF 7D DF 7 2C 0 D 122 3C 44
Octal 317 175 337 7 54 0 15 442 74 104
Binary 11001111 1111101 11011111 111 101100 0 1101 100100010 111100 1000100

Color Harmonies of #CF7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DDF

Black with #CF7DDF

Text Example


Text Example

White with #CF7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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