Html Css Color HEX #CF7BD1 Orchid

📋 copy color: '#CF7BD1'

red 207 ◦ green 123 ◦ blue 209

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

Shades of Orchid #CF7BD1

Tints of Orchid #CF7BD1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 38.4%
G = 22.82%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF7BD1 (or 0xCF7BD1) is known color: Orchid. HEX triplet: CF, 7B and D1. RGB value is (207,123,209). Sum of RGB (Red+Green+Blue) = 207+123+209=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF7BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BD1 is #30842E. Grayscale: #9D9D9D. Windows color (decimal): -3179567 or 13728719. OLE color: 13728719.

HSL color Cylindrical-coordinate representation of color #CF7BD1: hue angle of 298.6º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BD1 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 123 209 -
CMYK 0.01 0.41 0 0.18
HSL 298.6º 0.48% 0.65% -
HSV(B) 298.6º 0.41% 0.82% -
XYZ 44.32 32.03 64.17 -
YUV 157.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 207 123 209 0.01 0.41 0 0.18 298.6 0.48 0.65
Hex CF 7B D1 1 29 0 12 12B 30 41
Octal 317 173 321 1 51 0 22 453 60 101
Binary 11001111 1111011 11010001 1 101001 0 10010 100101011 110000 1000001

Color Harmonies of #CF7BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BD1

Black with #CF7BD1

Text Example


Text Example

White with #CF7BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BD1; }

 p { color: rgb(207,123,209); }

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

background-color css

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

 a { background-color: rgb(207,123,209); }

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

border-color css

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

 span { border-color: rgb(207,123,209); }

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