Html Css Color HEX #CF6DBB Orchid

📋 copy color: '#CF6DBB'

red 207 ◦ green 109 ◦ blue 187

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

Shades of Orchid #CF6DBB

Tints of Orchid #CF6DBB

RGB

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

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

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

R = 41.15%
G = 21.67%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF6DBB (or 0xCF6DBB) is known color: Orchid. HEX triplet: CF, 6D and BB. RGB value is (207,109,187). Sum of RGB (Red+Green+Blue) = 207+109+187=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBB is #309244. Grayscale: #929292. Windows color (decimal): -3183173 or 12283343. OLE color: 12283343.

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

Color convert

RGB 207 109 187 -
CMYK 0 0.47 0.10 0.19
HSL 312.24º 0.51% 0.62% -
HSV(B) 312.24º 0.47% 0.81% -
XYZ 40.17 27.79 50.26 -
YUV 147.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 207 109 187 0 0.47 0.10 0.19 312.24 0.51 0.62
Hex CF 6D BB 0 2F A 13 138 33 3E
Octal 317 155 273 0 57 12 23 470 63 76
Binary 11001111 1101101 10111011 0 101111 1010 10011 100111000 110011 111110

Color Harmonies of #CF6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DBB

Black with #CF6DBB

Text Example


Text Example

White with #CF6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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