Html Css Color HEX #CF7BBB Orchid

📋 copy color: '#CF7BBB'

red 207 ◦ green 123 ◦ blue 187

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

Shades of Orchid #CF7BBB

Tints of Orchid #CF7BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.17%

R = 40.04%
G = 23.79%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF7BBB (or 0xCF7BBB) is known color: Orchid. HEX triplet: CF, 7B and BB. RGB value is (207,123,187). Sum of RGB (Red+Green+Blue) = 207+123+187=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBB is #308444. Grayscale: #9B9B9B. Windows color (decimal): -3179589 or 12286927. OLE color: 12286927.

HSL color Cylindrical-coordinate representation of color #CF7BBB: hue angle of 314.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BBB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 187 -
CMYK 0 0.41 0.10 0.19
HSL 314.29º 0.47% 0.65% -
HSV(B) 314.29º 0.41% 0.81% -
XYZ 41.78 31.02 50.8 -
YUV 155.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 207 123 187 0 0.41 0.10 0.19 314.29 0.47 0.65
Hex CF 7B BB 0 29 A 13 13A 2F 41
Octal 317 173 273 0 51 12 23 472 57 101
Binary 11001111 1111011 10111011 0 101001 1010 10011 100111010 101111 1000001

Color Harmonies of #CF7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BBB

Black with #CF7BBB

Text Example


Text Example

White with #CF7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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