Html Css Color HEX #CF6DCF Orchid

📋 copy color: '#CF6DCF'

red 207 ◦ green 109 ◦ blue 207

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

Shades of Orchid #CF6DCF

Tints of Orchid #CF6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 39.58%
G = 20.84%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF6DCF (or 0xCF6DCF) is known color: Orchid. HEX triplet: CF, 6D and CF. RGB value is (207,109,207). Sum of RGB (Red+Green+Blue) = 207+109+207=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCF is #309230. Grayscale: #959595. Windows color (decimal): -3183153 or 13594063. OLE color: 13594063.

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

Color convert

RGB 207 109 207 -
CMYK 0 0.47 0 0.19
HSL 300º 0.51% 0.62% -
HSV(B) 300º 0.47% 0.81% -
XYZ 42.46 28.71 62.33 -
YUV 149.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 207 109 207 0 0.47 0 0.19 300 0.51 0.62
Hex CF 6D CF 0 2F 0 13 12C 33 3E
Octal 317 155 317 0 57 0 23 454 63 76
Binary 11001111 1101101 11001111 0 101111 0 10011 100101100 110011 111110

Color Harmonies of #CF6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DCF

Black with #CF6DCF

Text Example


Text Example

White with #CF6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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