Html Css Color HEX #CF6BCF Orchid

📋 copy color: '#CF6BCF'

red 207 ◦ green 107 ◦ blue 207

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

Shades of Orchid #CF6BCF

Tints of Orchid #CF6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

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

R = 39.73%
G = 20.54%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF6BCF (or 0xCF6BCF) is known color: Orchid. HEX triplet: CF, 6B and CF. RGB value is (207,107,207). Sum of RGB (Red+Green+Blue) = 207+107+207=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BCF is #309430. Grayscale: #949494. Windows color (decimal): -3183665 or 13593551. OLE color: 13593551.

HSL color Cylindrical-coordinate representation of color #CF6BCF: 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.48%. Process color model (Four color, CMYK) of #CF6BCF is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 207 -
CMYK 0 0.48 0 0.19
HSL 300º 0.51% 0.62% -
HSV(B) 300º 0.48% 0.81% -
XYZ 42.25 28.29 62.26 -
YUV 148.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 207 107 207 0 0.48 0 0.19 300 0.51 0.62
Hex CF 6B CF 0 30 0 13 12C 33 3E
Octal 317 153 317 0 60 0 23 454 63 76
Binary 11001111 1101011 11001111 0 110000 0 10011 100101100 110011 111110

Color Harmonies of #CF6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BCF

Black with #CF6BCF

Text Example


Text Example

White with #CF6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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