Html Css Color HEX #CF6FBB Orchid

📋 copy color: '#CF6FBB'

red 207 ◦ green 111 ◦ blue 187

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

Shades of Orchid #CF6FBB

Tints of Orchid #CF6FBB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

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

R = 40.99%
G = 21.98%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF6FBB (or 0xCF6FBB) is known color: Orchid. HEX triplet: CF, 6F and BB. RGB value is (207,111,187). Sum of RGB (Red+Green+Blue) = 207+111+187=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FBB is #309044. Grayscale: #949494. Windows color (decimal): -3182661 or 12283855. OLE color: 12283855.

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

Color convert

RGB 207 111 187 -
CMYK 0 0.46 0.10 0.19
HSL 312.5º 0.5% 0.62% -
HSV(B) 312.5º 0.46% 0.81% -
XYZ 40.39 28.22 50.33 -
YUV 148.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 207 111 187 0 0.46 0.10 0.19 312.5 0.5 0.62
Hex CF 6F BB 0 2E A 13 138 32 3E
Octal 317 157 273 0 56 12 23 470 62 76
Binary 11001111 1101111 10111011 0 101110 1010 10011 100111000 110010 111110

Color Harmonies of #CF6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FBB

Black with #CF6FBB

Text Example


Text Example

White with #CF6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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