Html Css Color HEX #CF6DBA Orchid

📋 copy color: '#CF6DBA'

red 207 ◦ green 109 ◦ blue 186

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

Shades of Orchid #CF6DBA

Tints of Orchid #CF6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 41.24%
G = 21.71%
B = 37.05%

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

#CF6DBA (or 0xCF6DBA) is known color: Orchid. HEX triplet: CF, 6D and BA. RGB value is (207,109,186). Sum of RGB (Red+Green+Blue) = 207+109+186=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBA is #309245. Grayscale: #929292. Windows color (decimal): -3183174 or 12217807. OLE color: 12217807.

HSL color Cylindrical-coordinate representation of color #CF6DBA: hue angle of 312.86º 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 #CF6DBA is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 186 -
CMYK 0 0.47 0.10 0.19
HSL 312.86º 0.51% 0.62% -
HSV(B) 312.86º 0.47% 0.81% -
XYZ 40.06 27.75 49.7 -
YUV 147.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 207 109 186 0 0.47 0.10 0.19 312.86 0.51 0.62
Hex CF 6D BA 0 2F A 13 139 33 3E
Octal 317 155 272 0 57 12 23 471 63 76
Binary 11001111 1101101 10111010 0 101111 1010 10011 100111001 110011 111110

Color Harmonies of #CF6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DBA

Black with #CF6DBA

Text Example


Text Example

White with #CF6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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