Html Css Color HEX #CF6DBE Orchid

📋 copy color: '#CF6DBE'

red 207 ◦ green 109 ◦ blue 190

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

Shades of Orchid #CF6DBE

Tints of Orchid #CF6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 40.91%
G = 21.54%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6DBE (or 0xCF6DBE) is known color: Orchid. HEX triplet: CF, 6D and BE. RGB value is (207,109,190). Sum of RGB (Red+Green+Blue) = 207+109+190=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBE is #309241. Grayscale: #939393. Windows color (decimal): -3183170 or 12479951. OLE color: 12479951.

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

Color convert

RGB 207 109 190 -
CMYK 0 0.47 0.08 0.19
HSL 310.41º 0.51% 0.62% -
HSV(B) 310.41º 0.47% 0.81% -
XYZ 40.5 27.92 51.97 -
YUV 147.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 207 109 190 0 0.47 0.08 0.19 310.41 0.51 0.62
Hex CF 6D BE 0 2F 8 13 136 33 3E
Octal 317 155 276 0 57 10 23 466 63 76
Binary 11001111 1101101 10111110 0 101111 1000 10011 100110110 110011 111110

Color Harmonies of #CF6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DBE

Black with #CF6DBE

Text Example


Text Example

White with #CF6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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