Html Css Color HEX #CF7DD6 Orchid

📋 copy color: '#CF7DD6'

red 207 ◦ green 125 ◦ blue 214

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

Shades of Orchid #CF7DD6

Tints of Orchid #CF7DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 37.91%
G = 22.89%
B = 39.19%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF7DD6 (or 0xCF7DD6) is known color: Orchid. HEX triplet: CF, 7D and D6. RGB value is (207,125,214). Sum of RGB (Red+Green+Blue) = 207+125+214=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF7DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DD6 is #308229. Grayscale: #9F9F9F. Windows color (decimal): -3179050 or 14056911. OLE color: 14056911.

HSL color Cylindrical-coordinate representation of color #CF7DD6: hue angle of 295.28º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7DD6 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 125 214 -
CMYK 0.03 0.42 0 0.16
HSL 295.28º 0.52% 0.66% -
HSV(B) 295.28º 0.42% 0.84% -
XYZ 45.2 32.79 67.56 -
YUV 159.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 207 125 214 0.03 0.42 0 0.16 295.28 0.52 0.66
Hex CF 7D D6 3 2A 0 10 127 34 42
Octal 317 175 326 3 52 0 20 447 64 102
Binary 11001111 1111101 11010110 11 101010 0 10000 100100111 110100 1000010

Color Harmonies of #CF7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DD6

Black with #CF7DD6

Text Example


Text Example

White with #CF7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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