Html Css Color HEX #CF6DCE Orchid

📋 copy color: '#CF6DCE'

red 207 ◦ green 109 ◦ blue 206

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

Shades of Orchid #CF6DCE

Tints of Orchid #CF6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 39.66%
G = 20.88%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6DCE (or 0xCF6DCE) is known color: Orchid. HEX triplet: CF, 6D and CE. RGB value is (207,109,206). Sum of RGB (Red+Green+Blue) = 207+109+206=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCE is #309231. Grayscale: #959595. Windows color (decimal): -3183154 or 13528527. OLE color: 13528527.

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

Color convert

RGB 207 109 206 -
CMYK 0 0.47 0.00 0.19
HSL 300.61º 0.51% 0.62% -
HSV(B) 300.61º 0.47% 0.81% -
XYZ 42.34 28.66 61.69 -
YUV 149.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 207 109 206 0 0.47 0.00 0.19 300.61 0.51 0.62
Hex CF 6D CE 0 2F 0 13 12D 33 3E
Octal 317 155 316 0 57 0 23 455 63 76
Binary 11001111 1101101 11001110 0 101111 0 10011 100101101 110011 111110

Color Harmonies of #CF6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DCE

Black with #CF6DCE

Text Example


Text Example

White with #CF6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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